home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / SYSTEM.AD_ / system.adm
Encoding:
Windows Policy Administrative Template - Unicode  |  2003-06-19  |  736.0 KB  |  4,749 lines

  1. #if version <= 2
  2.  
  3. CLASS USER
  4.  
  5. CATEGORY  !!GPOnly
  6.  
  7.     POLICY !!GPOnlyPolicy
  8.         KEYNAME "Software\Policies"
  9.  
  10.         PART !!GPOnly_Tip1  TEXT
  11.         END PART
  12.  
  13.         PART !!GPOnly_Tip2  TEXT
  14.         END PART
  15.  
  16.         PART !!GPOnly_Tip3  TEXT
  17.         END PART
  18.  
  19.         PART !!GPOnly_Tip4  TEXT
  20.         END PART
  21.  
  22.         PART !!GPOnly_Tip5  TEXT
  23.         END PART
  24.     END POLICY
  25.  
  26. END CATEGORY
  27.  
  28. CLASS MACHINE
  29.  
  30. CATEGORY  !!GPOnly
  31.  
  32.     POLICY !!GPOnlyPolicy
  33.         KEYNAME "Software\Policies"
  34.  
  35.         PART !!GPOnly_Tip1  TEXT
  36.         END PART
  37.  
  38.         PART !!GPOnly_Tip2  TEXT
  39.         END PART
  40.  
  41.         PART !!GPOnly_Tip3  TEXT
  42.         END PART
  43.  
  44.         PART !!GPOnly_Tip4  TEXT
  45.         END PART
  46.  
  47.         PART !!GPOnly_Tip5  TEXT
  48.         END PART
  49.     END POLICY
  50.  
  51. END CATEGORY
  52.  
  53.  
  54. #endif
  55.  
  56. #if version >= 3
  57.  
  58. CLASS MACHINE
  59.  
  60. CATEGORY !!AdministrativeServices
  61.  
  62.     POLICY !!NoSecurityMenu
  63.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  64.     EXPLAIN !!NoSecurityMenu_Help
  65.         VALUENAME "NoNTSecurity"
  66.     END POLICY
  67.  
  68.     POLICY !!NoDisconnectMenu
  69.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  70.         EXPLAIN !!NoDisconnectMenu_Help
  71.            VALUENAME "NoDisconnect"
  72.     END POLICY
  73.  
  74.     POLICY !!DisableStatusMessages
  75.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  76.         EXPLAIN !!DisableStatusMessages_Help
  77.         VALUENAME "DisableStatusMessages"
  78.     END POLICY
  79.  
  80.     POLICY !!VerboseStatus
  81.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  82.     EXPLAIN !!VerboseStatus_Help
  83.             VALUENAME "VerboseStatus"
  84.     END POLICY
  85.  
  86.     POLICY !!Autorun
  87.            KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  88.     EXPLAIN !!Autorun_Help
  89.         PART !!Autorun_Box          DROPDOWNLIST REQUIRED
  90.             VALUENAME "NoDriveTypeAutoRun"
  91.         ITEMLIST
  92.                 NAME !!Autorun_NoCD     VALUE NUMERIC 181   DEFAULT
  93.         NAME !!Autorun_None    VALUE NUMERIC 255
  94.             END ITEMLIST
  95.         END PART
  96.     END POLICY
  97.  
  98.     POLICY !!NoWelcomeTips
  99.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  100.     EXPLAIN !!NoWelcomeTips_Help 
  101.           VALUENAME "NoWelcomeScreen"
  102.     END POLICY
  103.  
  104.     POLICY !!Run
  105.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run"
  106.     EXPLAIN !!Run_Help
  107.     PART !!RunListBox    LISTBOX 
  108.         VALUEPREFIX ""
  109.     END PART
  110.     END POLICY
  111.  
  112.     POLICY !!DisableExplorerRunOnceLegacy
  113.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  114.     EXPLAIN !!DisableExplorerRunOnceLegacy_Help
  115.       VALUENAME "DisableLocalMachineRunOnce"
  116.     END POLICY
  117.  
  118.     POLICY !!DisableExplorerRunLegacy
  119.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  120.     EXPLAIN !!DisableExplorerRunLegacy_Help
  121.         VALUENAME "DisableLocalMachineRun"
  122.     END POLICY
  123.  
  124.     POLICY !!NoEncryptOnMove 
  125.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" 
  126.         EXPLAIN !!NoEncryptOnMove_Help 
  127.         VALUENAME "NoEncryptOnMove" 
  128.     END POLICY 
  129.  
  130.     POLICY !!AppMgmt_COM_SearchForCLSID
  131.         KEYNAME "Software\Policies\Microsoft\Windows\App Management"
  132.         EXPLAIN !!AppMgmt_COM_SearchForCLSID_Help
  133.         VALUENAME "COMClassStore"
  134.     END POLICY
  135.  
  136.     CATEGORY !!Login_Policies
  137.  
  138.     POLICY !!Run_Logon_Script_Sync
  139.             EXPLAIN !!Run_Logon_Script_Sync_Help
  140.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  141.             VALUENAME "RunLogonScriptSync"
  142.         VALUEON NUMERIC 1
  143.         VALUEOFF NUMERIC 0
  144.     END POLICY
  145.  
  146.         POLICY !!Run_Startup_Script_Sync
  147.             EXPLAIN !!Run_Startup_Script_Sync_Help
  148.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  149.             VALUENAME "RunStartupScriptSync"
  150.         VALUEON  NUMERIC 0
  151.         VALUEOFF NUMERIC 1
  152.     END POLICY
  153.  
  154.         POLICY !!Run_Startup_Script_Visible
  155.             EXPLAIN !!Run_Startup_Script_Visible_Explain
  156.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  157.             VALUENAME "HideStartupScripts"
  158.                 VALUEON NUMERIC 0
  159.                 VALUEOFF NUMERIC 1
  160.     END POLICY
  161.  
  162.         POLICY !!Run_Shutdown_Script_Visible
  163.             EXPLAIN !!Run_Shutdown_Script_Visible_Explain
  164.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  165.             VALUENAME "HideShutdownScripts"
  166.                    VALUEON NUMERIC 0
  167.                    VALUEOFF NUMERIC 1
  168.         END POLICY
  169.  
  170.         POLICY !!MaxGPOScriptWaitPolicy
  171.             EXPLAIN !!MaxGPOScriptWaitPolicy_Help    
  172.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  173.  
  174.         PART !!MaxGPOScriptWait    NUMERIC REQUIRED
  175.         VALUENAME "MaxGPOScriptWait"
  176.             MIN 0 MAX 32000 DEFAULT 600
  177.         END PART
  178.  
  179.             PART !!GPO_Script_Tip      TEXT    
  180.         END PART
  181.         END POLICY
  182.  
  183.     POLICY !!DeleteRoamingCachedProfiles
  184.                EXPLAIN !!DeleteRoamingCachedProfiles_Help
  185.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  186.         VALUENAME "DeleteRoamingCache"
  187.  
  188.         PART !!DeleteCache_Tip1                          TEXT  
  189.         END PART
  190.         PART !!DeleteCache_Tip2                          TEXT  
  191.         END PART
  192.  
  193.         END POLICY
  194.  
  195.     POLICY !!EnableSlowLinkDetect
  196.                EXPLAIN !!EnableSlowLinkDetect_Help
  197.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  198.         VALUENAME "SlowLinkDetectEnabled"
  199.         VALUEON NUMERIC  0
  200.         VALUEOFF NUMERIC 1
  201.         END POLICY
  202.  
  203.         POLICY !!SlowLinkTimeOut
  204.             EXPLAIN !!SlowLinkTimeOut_Help
  205.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  206.  
  207.             PART !!TransferRateTip6 TEXT
  208.             END PART
  209.             PART !!TransferRateTip7 TEXT
  210.             END PART
  211.             PART !!TransferRateTip8 TEXT
  212.             END PART
  213.             PART !!Blank TEXT
  214.             END PART
  215.             PART !!TransferRateTip2 TEXT
  216.             END PART
  217.             PART !!TransferRateTip3 TEXT
  218.             END PART
  219.             PART !!TransferRateTip4 TEXT
  220.             END PART
  221.             PART !!Blank TEXT
  222.             END PART
  223.  
  224.             PART !!TransferRateOp  NUMERIC
  225.                 MIN 0 MAX 4294967200 DEFAULT 500 SPIN 100
  226.                 VALUENAME "UserProfileMinTransferRate"
  227.             END PART
  228.  
  229.             PART !!TransferRateTip9 TEXT
  230.             END PART
  231.  
  232.             PART !!SlowLinkWaitInterval  NUMERIC REQUIRED
  233.                 VALUENAME "SlowLinkTimeOut"
  234.         MIN 0 MAX 20000 DEFAULT 120
  235.             END PART
  236.  
  237.             PART !!Blank TEXT
  238.             END PART
  239.             PART !!TransferRateTip5 TEXT
  240.             END PART
  241.         END POLICY
  242.  
  243.         POLICY !!SlowLinkDefault
  244.             EXPLAIN !!SlowLinkDefault_Help
  245.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  246.         VALUENAME "SlowLinkProfileDefault"
  247.         END POLICY
  248.  
  249.         POLICY !!EnableSlowLinkUI
  250.             EXPLAIN !!EnableSlowLinkUI_Help
  251.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  252.             VALUENAME "SlowLinkUIEnabled"
  253.         END POLICY
  254.  
  255.         POLICY !!ProfileDlgTimeOut
  256.             EXPLAIN !!ProfileDlgTimeOut_Help
  257.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  258.  
  259.             PART !!ProfileDlgWaitInterval  NUMERIC REQUIRED
  260.             VALUENAME "ProfileDlgTimeOut"
  261.         MIN 0 MAX 600 DEFAULT 30
  262.         END PART
  263.         END POLICY
  264.  
  265.     POLICY !!ProfileErrorAction 
  266.             EXPLAIN !!ProfileErrorAction_Help
  267.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  268.             VALUENAME "ProfileErrorAction"
  269.         END POLICY
  270.  
  271.     POLICY !!ProfileUnloadTimeout
  272.             EXPLAIN !!ProfileUnloadTimeout_Help
  273.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  274.  
  275.             PART !!ProfileUnloadTimeoutPrompt  NUMERIC REQUIRED
  276.                 VALUENAME "ProfileUnloadTimeout"
  277.         MIN 0 MAX 4294967295 DEFAULT 60 SPIN 5
  278.             END PART
  279.         END POLICY
  280.  
  281.  
  282.       POLICY !!AddAdminGroupToRUP
  283.             EXPLAIN !!AddAdminGroupToRUP_Help
  284.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  285.             VALUENAME "AddAdminGroupToRUP"
  286.         END POLICY
  287.  
  288.         POLICY !!CompatibleRUPSecurity
  289.           EXPLAIN !!CompatibleRUPSecurity_Help
  290.           KEYNAME "Software\Policies\Microsoft\Windows\System"
  291.           VALUENAME "CompatibleRUPSecurity"    
  292.     END POLICY
  293.  
  294.         POLICY !!LocalProfile
  295.         EXPLAIN !!LocalProfile_Help
  296.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  297.             VALUENAME "LocalProfile"
  298.         END POLICY
  299.  
  300.  
  301.     END CATEGORY    ; Login Policies 
  302.  
  303.     CATEGORY !!DiskQuota
  304.  
  305.         KEYNAME "Software\Policies\Microsoft\Windows NT\DiskQuota"
  306.  
  307.         POLICY !!DQ_Enable
  308.             EXPLAIN !!DQ_Enable_Help
  309.         VALUENAME "Enable"
  310.             VALUEON  NUMERIC 1
  311.             VALUEOFF NUMERIC 0
  312.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  313.  
  314.             PART !!DQ_EnableTip1    TEXT    
  315.         END PART
  316.         END POLICY
  317.  
  318.         POLICY !!DQ_Enforce
  319.               EXPLAIN !!DQ_Enforce_Help
  320.         VALUENAME "Enforce"
  321.         VALUEON  NUMERIC 1
  322.         VALUEOFF NUMERIC 0
  323.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  324.  
  325.          PART !!DQ_EnforceTip1   TEXT    
  326.         END PART
  327.         END POLICY
  328.  
  329.         POLICY !!DQ_Limit
  330.             EXPLAIN !!DQ_Limit_Help
  331.  
  332.                PART !!DQ_LimitTip1     TEXT    
  333.         END PART
  334.             PART !!DQ_LimitTip2     TEXT    
  335.         END PART
  336.             PART !!Blank        TEXT    
  337.         END PART
  338.             PART !!DQ_LimitLabel    TEXT    
  339.         END PART
  340.             PART !!Blank        TEXT    
  341.         END PART
  342.  
  343.             PART !!DQ_LimitValue    NUMERIC DEFAULT 100 
  344.         VALUENAME "Limit"
  345.         MIN 0 MAX 1000 SPIN 10 REQUIRED
  346.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  347.         END PART
  348.  
  349.             PART !!DQ_LimitUnits           DROPDOWNLIST NOSORT REQUIRED
  350.         VALUENAME "LimitUnits"
  351.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  352.         ITEMLIST
  353.             NAME !!DQ_UnitsKB      VALUE NUMERIC 1
  354.             NAME !!DQ_UnitsMB      VALUE NUMERIC 2 DEFAULT
  355.             NAME !!DQ_UnitsGB      VALUE NUMERIC 3
  356.             NAME !!DQ_UnitsTB      VALUE NUMERIC 4
  357.             NAME !!DQ_UnitsPB      VALUE NUMERIC 5
  358.             NAME !!DQ_UnitsEB      VALUE NUMERIC 6    
  359.             END ITEMLIST
  360.             END PART
  361.  
  362.             PART !!Blank                                    TEXT    
  363.         END PART
  364.             PART !!DQ_ThresholdLabel                        TEXT    
  365.         END PART
  366.         PART !!Blank                                    TEXT    
  367.         END PART
  368.  
  369.             PART !!DQ_ThresholdValue     NUMERIC DEFAULT 100 
  370.             VALUENAME "Threshold"
  371.         MIN 0 MAX 1000 SPIN 10 REQUIRED
  372.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  373.             END PART
  374.  
  375.             PART !!DQ_ThresholdUnits           DROPDOWNLIST NOSORT REQUIRED
  376.         VALUENAME "ThresholdUnits"
  377.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  378.         ITEMLIST
  379.             NAME !!DQ_UnitsKB      VALUE NUMERIC 1
  380.             NAME !!DQ_UnitsMB      VALUE NUMERIC 2 DEFAULT
  381.             NAME !!DQ_UnitsGB      VALUE NUMERIC 3
  382.             NAME !!DQ_UnitsTB      VALUE NUMERIC 4
  383.             NAME !!DQ_UnitsPB      VALUE NUMERIC 5
  384.             NAME !!DQ_UnitsEB      VALUE NUMERIC 6    
  385.                 END ITEMLIST
  386.         END PART
  387.         END POLICY
  388.             
  389.         POLICY !!DQ_LogEventOverLimit
  390.         EXPLAIN !!DQ_LogEventOverLimit_Help
  391.         VALUENAME "LogEventOverLimit"
  392.             VALUEON  NUMERIC 1
  393.             VALUEOFF NUMERIC 0
  394.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  395.  
  396.             PART !!DQ_LogEventOverLimitTip1         TEXT    
  397.         END PART
  398.             PART !!DQ_LogEventOverLimitTip2         TEXT    
  399.         END PART
  400.         END POLICY
  401.  
  402.         POLICY !!DQ_LogEventOverThreshold
  403.             EXPLAIN !!DQ_LogEventOverThreshold_Help
  404.         VALUENAME "LogEventOverThreshold"
  405.             VALUEON  NUMERIC 1
  406.             VALUEOFF NUMERIC 0
  407.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  408.  
  409.             PART !!DQ_LogEventOverThresholdTip1     TEXT    
  410.             END PART
  411.             PART !!DQ_LogEventOverThresholdTip2     TEXT    
  412.         END PART
  413.     END POLICY
  414.  
  415.         POLICY !!DQ_RemovableMedia
  416.         EXPLAIN !!DQ_RemovableMedia_Help
  417.         VALUENAME "ApplyToRemovableMedia"
  418.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  419.  
  420.             PART !!DQ_RemovableMediaTip1                        TEXT    
  421.             END PART
  422.             PART !!DQ_RemovableMediaTip2                        TEXT    
  423.         END PART
  424.     END POLICY
  425.  
  426.     END CATEGORY  ; DiskQuota
  427.  
  428.     CATEGORY !!DnsClient
  429.  
  430.     KEYNAME "Software\Policies\Microsoft\System\DNSclient"
  431.  
  432.     POLICY !!PrimaryDnsSuffix
  433.         EXPLAIN !!PrimaryDnsSuffix_Help
  434.             PART !!PrimaryDnsSuffixBox    EDITTEXT
  435.         VALUENAME "NV PrimaryDnsSuffix"
  436.             END PART
  437.         END POLICY
  438.  
  439.     END CATEGORY ;DNS_Client
  440.  
  441.     CATEGORY !!PolicyPolicies
  442.  
  443.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  444.  
  445.         POLICY !!DisableBackgroundPolicy
  446.             EXPLAIN !!DisableBackgroundPolicy_Help
  447.             VALUENAME "DisableBkGndGroupPolicy"
  448.         END POLICY
  449.  
  450.         POLICY !!AsynchronousMachineGroupPolicy
  451.             EXPLAIN !!AsynchronousMachineGroupPolicy_Help
  452.             VALUENAME "SynchronousMachineGroupPolicy"
  453.         VALUEON  NUMERIC 0
  454.         VALUEOFF NUMERIC 1
  455.         END POLICY
  456.  
  457.         POLICY !!AsynchronousUserGroupPolicy
  458.             EXPLAIN !!AsynchronousUserGroupPolicy_Help
  459.             VALUENAME "SynchronousUserGroupPolicy"
  460.         VALUEON  NUMERIC 0
  461.         VALUEOFF NUMERIC 1        
  462.         END POLICY
  463.  
  464.     POLICY !!GroupPolicyRefreshRate
  465.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  466.             EXPLAIN !!GroupPolicyRefreshRate_Help
  467.  
  468.               PART !!GPRefreshRate_C_Desc1  TEXT
  469.             END PART
  470.             PART !!GPRefreshRate_C_Desc2  TEXT
  471.             END PART
  472.  
  473.             PART !!GPRefreshRate    NUMERIC REQUIRED
  474.                 MIN 0 MAX 64800 DEFAULT 90
  475.                 VALUENAME "GroupPolicyRefreshTime"
  476.             END PART
  477.  
  478.             PART !!Blank    TEXT
  479.             END PART
  480.             PART !!GPRefreshRateOffset_Desc1  TEXT
  481.             END PART
  482.             PART !!GPRefreshRateOffset_Desc2  TEXT
  483.             END PART
  484.             PART !!GPRefreshRateOffset_Desc3  TEXT
  485.             END PART
  486.  
  487.             PART !!GPRefreshRateOffset    NUMERIC REQUIRED
  488.                 MIN 0 MAX 1440 DEFAULT 30
  489.                 VALUENAME "GroupPolicyRefreshTimeOffset"
  490.             END PART
  491.     END POLICY
  492.  
  493.         POLICY !!GroupPolicyRefreshRateDC
  494.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  495.             EXPLAIN !!GroupPolicyRefreshRateDC_Help
  496.  
  497.               PART !!GPRefreshRate_DC_Desc1  TEXT
  498.             END PART
  499.             PART !!GPRefreshRate_DC_Desc2  TEXT
  500.             END PART
  501.  
  502.             PART !!GPRefreshRate    NUMERIC REQUIRED
  503.                 MIN 0 MAX 64800 DEFAULT 5
  504.                 VALUENAME "GroupPolicyRefreshTimeDC"
  505.             END PART
  506.  
  507.             PART !!Blank  TEXT
  508.             END PART
  509.             PART !!GPRefreshRateOffset_Desc1  TEXT
  510.             END PART
  511.             PART !!GPRefreshRateOffset_Desc2  TEXT
  512.             END PART
  513.             PART !!GPRefreshRateOffset_Desc3  TEXT
  514.             END PART
  515.  
  516.             PART !!GPRefreshRateOffset    NUMERIC REQUIRED
  517.                 MIN 0 MAX 1440 DEFAULT 0
  518.                 VALUENAME "GroupPolicyRefreshTimeOffsetDC"
  519.             END PART
  520.         END POLICY
  521.  
  522.         POLICY !!UserPolicyMode
  523.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  524.             EXPLAIN !!UserPolicyMode_Help
  525.  
  526.             PART !!UserPolicyModeOp     DROPDOWNLIST  NOSORT
  527.                 VALUENAME "UserPolicyMode"
  528.             ITEMLIST
  529.                 NAME !!UserPolicyMode_Merge       VALUE NUMERIC  1
  530.                 NAME !!UserPolicyMode_Replace     VALUE NUMERIC  2  DEFAULT
  531.              END ITEMLIST
  532.         END PART
  533.         END POLICY
  534.  
  535.     POLICY !!AllowX-ForestPolicy-and-RUP
  536.       EXPLAIN !!AllowX-ForestPolicy-and-RUP_Help
  537.         
  538.       KEYNAME "Software\Policies\Microsoft\Windows\System"
  539.           VALUENAME "AllowX-ForestPolicy-and-RUP"
  540.         VALUEON NUMERIC 1
  541.         VALUEOFF NUMERIC 0
  542.     END POLICY
  543.  
  544.         POLICY !!GPTransferRate
  545.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  546.             EXPLAIN !!GPTransferRate_Help
  547.             PART !!TransferRateTip1 TEXT
  548.             END PART
  549.             PART !!TransferRateTip2 TEXT
  550.             END PART
  551.             PART !!TransferRateTip3 TEXT
  552.             END PART
  553.             PART !!TransferRateTip4 TEXT
  554.             END PART
  555.             PART !!Blank TEXT
  556.             END PART
  557.  
  558.             PART !!TransferRateOp NUMERIC
  559.                 MIN 0 MAX 4294967200 DEFAULT 500 SPIN 100
  560.                 VALUENAME "GroupPolicyMinTransferRate"
  561.             END PART
  562.  
  563.             PART !!Blank TEXT
  564.             END PART
  565.             PART !!TransferRateTip5 TEXT
  566.             END PART
  567.         END POLICY
  568.  
  569.         POLICY !!CSE_Registry
  570.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{35378EAC-683F-11D2-A89A-00C04FBBCFA2}"
  571.             EXPLAIN !!CSE_Registry_Help
  572.  
  573.             PART !!CSE_NOBACKGROUND             CHECKBOX 
  574.                 VALUENAME "NoBackgroundPolicy"
  575.                 VALUEON NUMERIC 1
  576.                 VALUEOFF NUMERIC 0
  577.             END PART
  578.  
  579.             PART !!CSE_NOCHANGES                CHECKBOX
  580.                 VALUENAME "NoGPOListChanges"
  581.                 VALUEON NUMERIC 0
  582.                 VALUEOFF NUMERIC 1
  583.             END PART
  584.         END POLICY
  585.  
  586.         POLICY !!CSE_IEM
  587.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{A2E30F80-D7DE-11d2-BBDE-00C04F86AE3B}"
  588.             EXPLAIN !!CSE_IEM_Help
  589.  
  590.             PART !!CSE_SLOWLINK                 CHECKBOX
  591.                 VALUENAME "NoSlowLink"
  592.                 VALUEON NUMERIC 0
  593.                 VALUEOFF NUMERIC 1
  594.             END PART
  595.  
  596.             PART !!CSE_NOBACKGROUND             CHECKBOX   
  597.                 VALUENAME "NoBackgroundPolicy"
  598.                 VALUEON NUMERIC 1
  599.                 VALUEOFF NUMERIC 0
  600.             END PART
  601.  
  602.             PART !!CSE_NOCHANGES                CHECKBOX
  603.                 VALUENAME "NoGPOListChanges"
  604.                 VALUEON NUMERIC 0
  605.                 VALUEOFF NUMERIC 1
  606.             END PART
  607.         END POLICY
  608.  
  609.         POLICY !!CSE_AppMgmt
  610.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{c6dc5466-785a-11d2-84d0-00c04fb169f7}"
  611.             EXPLAIN !!CSE_AppMgmt_Help
  612.  
  613.             PART !!CSE_SLOWLINK                 CHECKBOX   
  614.                 VALUENAME "NoSlowLink"
  615.                 VALUEON NUMERIC 0
  616.                 VALUEOFF NUMERIC 1
  617.             END PART
  618.  
  619.             PART !!CSE_NOCHANGES                CHECKBOX
  620.                 VALUENAME "NoGPOListChanges"
  621.                 VALUEON NUMERIC 0
  622.                 VALUEOFF NUMERIC 1
  623.             END PART
  624.         END POLICY
  625.  
  626.         POLICY !!CSE_FolderRedirection
  627.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{25537BA6-77A8-11D2-9B6C-0000F8080861}"
  628.             EXPLAIN !!CSE_FolderRedirection_Help
  629.  
  630.             PART !!CSE_SLOWLINK                 CHECKBOX
  631.                 VALUENAME "NoSlowLink"
  632.                 VALUEON NUMERIC 0
  633.                 VALUEOFF NUMERIC 1
  634.             END PART
  635.  
  636.             PART !!CSE_NOCHANGES                CHECKBOX
  637.                 VALUENAME "NoGPOListChanges"
  638.                 VALUEON NUMERIC 0
  639.                 VALUEOFF NUMERIC 1
  640.             END PART
  641.         END POLICY
  642.  
  643.         POLICY !!CSE_Scripts
  644.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{42B5FAAE-6536-11d2-AE5A-0000F87571E3}"
  645.             EXPLAIN !!CSE_Scripts_Help
  646.  
  647.             PART !!CSE_SLOWLINK                 CHECKBOX
  648.                 VALUENAME "NoSlowLink"
  649.                 VALUEON NUMERIC 0
  650.                 VALUEOFF NUMERIC 1
  651.             END PART
  652.  
  653.             PART !!CSE_NOBACKGROUND             CHECKBOX  
  654.                 VALUENAME "NoBackgroundPolicy"
  655.                 VALUEON NUMERIC 1
  656.                 VALUEOFF NUMERIC 0
  657.             END PART
  658.  
  659.             PART !!CSE_NOCHANGES                CHECKBOX
  660.                 VALUENAME "NoGPOListChanges"
  661.                 VALUEON NUMERIC 0
  662.                 VALUEOFF NUMERIC 1
  663.             END PART
  664.         END POLICY
  665.  
  666.         POLICY !!CSE_Security
  667.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{827D319E-6EAC-11D2-A4EA-00C04F79F83A}"
  668.             EXPLAIN !!CSE_Security_Help
  669.  
  670.             PART !!CSE_NOBACKGROUND             CHECKBOX   
  671.                 VALUENAME "NoBackgroundPolicy"
  672.                 VALUEON NUMERIC 1
  673.                 VALUEOFF NUMERIC 0
  674.             END PART
  675.  
  676.             PART !!CSE_NOCHANGES                CHECKBOX
  677.                 VALUENAME "NoGPOListChanges"
  678.                 VALUEON NUMERIC 0
  679.                 VALUEOFF NUMERIC 1
  680.             END PART
  681.         END POLICY
  682.  
  683.         POLICY !!CSE_IPSecurity
  684.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{e437bc1c-aa7d-11d2-a382-00c04f991e27}"
  685.             EXPLAIN !!CSE_IPSecurity_Help
  686.  
  687.             PART !!CSE_SLOWLINK                 CHECKBOX
  688.                 VALUENAME "NoSlowLink"
  689.                 VALUEON NUMERIC 0
  690.                 VALUEOFF NUMERIC 1
  691.             END PART
  692.  
  693.             PART !!CSE_NOBACKGROUND             CHECKBOX  
  694.                 VALUENAME "NoBackgroundPolicy"
  695.                 VALUEON NUMERIC 1
  696.                 VALUEOFF NUMERIC 0
  697.             END PART
  698.  
  699.             PART !!CSE_NOCHANGES                CHECKBOX
  700.                 VALUENAME "NoGPOListChanges"
  701.                 VALUEON NUMERIC 0
  702.                 VALUEOFF NUMERIC 1
  703.             END PART
  704.         END POLICY
  705.  
  706.         POLICY !!CSE_EFSRecovery
  707.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{B1BE8D72-6EAC-11D2-A4EA-00C04F79F83A}"
  708.             EXPLAIN !!CSE_EFSRecovery_Help
  709.  
  710.             PART !!CSE_SLOWLINK                 CHECKBOX
  711.                 VALUENAME "NoSlowLink"
  712.                 VALUEON NUMERIC 0
  713.                 VALUEOFF NUMERIC 1
  714.             END PART
  715.  
  716.             PART !!CSE_NOBACKGROUND             CHECKBOX 
  717.                 VALUENAME "NoBackgroundPolicy"
  718.                 VALUEON NUMERIC 1
  719.                 VALUEOFF NUMERIC 0
  720.             END PART
  721.  
  722.             PART !!CSE_NOCHANGES                CHECKBOX
  723.                 VALUENAME "NoGPOListChanges"
  724.                 VALUEON NUMERIC 0
  725.                 VALUEOFF NUMERIC 1
  726.             END PART
  727.         END POLICY
  728.  
  729.         POLICY !!CSE_DiskQuota
  730.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{3610eda5-77ef-11d2-8dc5-00c04fa31a66}"
  731.             EXPLAIN !!CSE_DiskQuota_Help
  732.  
  733.             PART !!CSE_SLOWLINK                 CHECKBOX
  734.                 VALUENAME "NoSlowLink"
  735.                 VALUEON NUMERIC 0
  736.                 VALUEOFF NUMERIC 1
  737.             END PART
  738.  
  739.             PART !!CSE_NOBACKGROUND             CHECKBOX   
  740.                 VALUENAME "NoBackgroundPolicy"
  741.                 VALUEON NUMERIC 1
  742.                 VALUEOFF NUMERIC 0
  743.             END PART
  744.  
  745.             PART !!CSE_NOCHANGES                CHECKBOX
  746.                 VALUENAME "NoGPOListChanges"
  747.                 VALUEON NUMERIC 0
  748.                 VALUEOFF NUMERIC 1
  749.             END PART
  750.         END POLICY
  751.  
  752.     END CATEGORY ; PolicyPolicies
  753.  
  754.     CATEGORY  !!WFP
  755.     
  756.         KEYNAME "Software\Policies\Microsoft\Windows NT\Windows File Protection"
  757.   
  758.         POLICY !!WFPScan
  759.             EXPLAIN !!WFPScan_Help
  760.             PART !!WFPScanList          DROPDOWNLIST REQUIRED
  761.                 VALUENAME "SfcScan"
  762.             ITEMLIST
  763.                     NAME !!WFPScan_NotAtBoot      VALUE NUMERIC 0  DEFAULT
  764.                     NAME !!WFPScan_AtBoot         VALUE NUMERIC 1
  765.                     NAME !!WFPScan_Once           VALUE NUMERIC 2
  766.                 END ITEMLIST
  767.             END PART
  768.         END POLICY
  769.  
  770.         POLICY !!WFPShowProgress
  771.             EXPLAIN !!WFPShowProgress_Help
  772.         VALUENAME "SfcShowProgress"
  773.             VALUEON NUMERIC 0
  774.             VALUEOFF NUMERIC 1
  775.         END POLICY
  776.  
  777.         POLICY !!WFPQuota
  778.             EXPLAIN !!WFPQuota_Help
  779.             PART !!WFPQuota_Tip1 TEXT
  780.             END PART
  781.             PART !!WFPQuota_Tip2 TEXT
  782.             END PART
  783.  
  784.             PART  !!WFPQuota_Size NUMERIC
  785.                 MIN 0 MAX 4294967295 DEFAULT 50 SPIN 1
  786.                 VALUENAME "SfcQuota"
  787.             END PART
  788.         END POLICY      
  789.  
  790.         POLICY !!WFPDllCacheDir
  791.             EXPLAIN !!WFPDllCacheDir_Help
  792.  
  793.             PART !!WFPDllCacheDirBox         EDITTEXT REQUIRED
  794.                 VALUENAME "SFCDllCacheDir"
  795.             END PART
  796.         END POLICY
  797.  
  798.     END CATEGORY ; WFP
  799.  
  800. END CATEGORY    ; AdministrativeServices
  801.  
  802. CATEGORY  !!Network
  803.  
  804.     CATEGORY !!Cat_OfflineFiles
  805.  
  806.         KEYNAME "Software\Policies\Microsoft\Windows\NetCache"
  807.  
  808.         POLICY !!Pol_Enabled
  809.             EXPLAIN !!Pol_Enabled_Help
  810.             VALUENAME "Enabled"
  811.         VALUEON  NUMERIC 1
  812.         VALUEOFF NUMERIC 0
  813.  
  814.             PART !!Lbl_EnabledHelp1             TEXT    
  815.         END PART
  816.             PART !!Lbl_EnabledHelp2             TEXT    
  817.         END PART
  818.             PART !!Lbl_EnabledHelp3             TEXT    
  819.         END PART
  820.         END POLICY
  821.  
  822.         POLICY !!Pol_NoConfigCache
  823.             EXPLAIN !!Pol_NoConfigCache_Help
  824.         VALUENAME "NoConfigCache"
  825.  
  826.         PART !!Lbl_NoConfigCacheHelp1       TEXT    
  827.             END PART
  828.     END POLICY
  829.  
  830.         POLICY !!Pol_SyncAtLogoff
  831.             EXPLAIN !!Pol_SyncAtLogoff_Help
  832.             VALUENAME "SyncAtLogoff"
  833.         VALUEON  NUMERIC 1
  834.         VALUEOFF NUMERIC 0
  835.  
  836.             PART !!Lbl_SyncAtLogoffHelp1        TEXT    
  837.             END PART
  838.             PART !!Blank                        TEXT
  839.         END PART
  840.             PART !!Lbl_SyncAtLogoffHelp2        TEXT    
  841.         END PART
  842.             PART !!Lbl_SyncAtLogoffHelp3        TEXT    
  843.         END PART
  844.             PART !!Lbl_SyncAtLogoffHelp4        TEXT    
  845.         END PART
  846.             PART !!Lbl_SyncAtLogoffHelp5        TEXT      
  847.         END PART
  848.     END POLICY
  849.  
  850.         POLICY !!Pol_DefCacheSize
  851.         EXPLAIN !!Pol_DefCacheSize_Help
  852.  
  853.             PART !!Lbl_DefCacheSizeHelp1  TEXT    
  854.         END PART
  855.             PART !!Lbl_DefCacheSizeHelp2  TEXT    
  856.         END PART
  857.             PART !!Blank                  TEXT    
  858.         END PART
  859.  
  860.         PART !!Lbl_DefCacheSizeSpin         NUMERIC DEFAULT 1000 MIN 0 MAX 10000 SPIN 100
  861.             VALUENAME "DefCacheSize"
  862.         END PART
  863.         END POLICY
  864.  
  865.         POLICY !!Pol_GoOfflineAction
  866.             EXPLAIN !!Pol_GoOfflineAction_Help
  867.     
  868.             PART !!Lbl_GoOfflineActionHelp1     TEXT   
  869.         END PART
  870.             PART !!Lbl_GoOfflineActionHelp2     TEXT    
  871.         END PART
  872.             PART !!Blank                        TEXT    
  873.         END PART
  874.  
  875.             PART !!Lbl_GoOfflineActionCombo     DROPDOWNLIST REQUIRED
  876.         VALUENAME "GoOfflineAction"
  877.             ITEMLIST
  878.             NAME !!Lbl_WorkOffline             VALUE NUMERIC 0 DEFAULT
  879.             NAME !!Lbl_Fail                    VALUE NUMERIC 1
  880.             END ITEMLIST
  881.             END PART
  882.  
  883.             PART !!Blank                        TEXT    
  884.         END PART
  885.             PART !!Lbl_GoOfflineActionHelp3     TEXT    
  886.         END PART
  887.             PART !!Lbl_GoOfflineActionHelp4     TEXT    
  888.         END PART
  889.         END POLICY
  890.  
  891.         POLICY !!Pol_CustomGoOfflineActions
  892.         EXPLAIN !!Pol_CustomGoOfflineActions_Help
  893.         KEYNAME "Software\Policies\Microsoft\Windows\NetCache\CustomGoOfflineActions"
  894.  
  895.             PART !!Lbl_CustomGoOfflineActionsHelp1  TEXT   
  896.         END PART
  897.             PART !!Lbl_CustomGoOfflineActionsHelp2  TEXT   
  898.         END PART
  899.             PART !!Blank                            TEXT   
  900.         END PART
  901.  
  902.             PART !!Lbl_CustomGoOfflineActionsList   LISTBOX EXPLICITVALUE 
  903.         END PART
  904.  
  905.             PART !!Lbl_CustomGoOfflineActionsHelp3  TEXT   
  906.         END PART
  907.             PART !!Lbl_CustomGoOfflineActionsHelp4  TEXT   
  908.         END PART
  909.             PART !!Lbl_CustomGoOfflineActionsHelp5  TEXT   
  910.         END PART
  911.         END POLICY
  912.  
  913.  
  914.         POLICY !!Pol_NoMakeAvailableOffline
  915.             EXPLAIN !!Pol_NoMakeAvailableOffline_Help
  916.         VALUENAME "NoMakeAvailableOffline"
  917.  
  918.         PART !!Lbl_NoMakeAvailableOfflineHelp1  TEXT    
  919.         END PART
  920.         PART !!Lbl_NoMakeAvailableOfflineHelp2  TEXT    
  921.             END PART
  922.         END POLICY
  923.  
  924.  
  925.         POLICY !!Pol_NoCacheViewer
  926.             EXPLAIN !!Pol_NoCacheViewer_Help
  927.         VALUENAME "NoCacheViewer"
  928.  
  929.         PART !!Lbl_NoCacheViewerHelp1       TEXT    
  930.             END PART
  931.             PART !!Lbl_NoCacheViewerHelp2       TEXT    
  932.         END PART
  933.     END POLICY
  934.  
  935.         POLICY !!Pol_ExtExclusionList
  936.             EXPLAIN !!Pol_ExtExclusionList_Help
  937.  
  938.         PART !!Lbl_ExtExclusionListHelp1    TEXT    
  939.         END PART
  940.         PART !!Lbl_ExtExclusionListHelp2    TEXT    
  941.             END PART
  942.             PART !!Lbl_ExtExclusionListHelp3    TEXT    
  943.         END PART
  944.             PART !!Blank                        TEXT    
  945.         END PART
  946.  
  947.             PART !!Lbl_ExtExclusionListEdit     EDITTEXT
  948.         VALUENAME "ExcludeExtensions"
  949.         END PART
  950.     END POLICY
  951.  
  952.     POLICY !!Pol_AssignedOfflineFiles
  953.             KEYNAME "Software\Policies\Microsoft\Windows\NetCache\AssignedOfflineFolders"
  954.             EXPLAIN !!Pol_AssignedOfflineFiles_Help
  955.  
  956.         PART !!Lbl_AssignedOfflineFilesHelp1    TEXT    
  957.             END PART
  958.             PART !!Lbl_AssignedOfflineFilesHelp2    TEXT    
  959.             END PART
  960.             PART !!Lbl_AssignedOfflineFilesHelp3    TEXT    
  961.             END PART
  962.  
  963.             PART !!Blank                            TEXT    
  964.             END PART
  965.         
  966.         PART !!Lbl_AssignedOfflineFilesList   LISTBOX EXPLICITVALUE ADDITIVE
  967.         END PART
  968.         END POLICY
  969.  
  970.       POLICY !!Pol_NoReminders
  971.             EXPLAIN !!Pol_NoReminders_Help
  972.         VALUENAME "NoReminders"
  973.         VALUEON  NUMERIC 1
  974.         VALUEOFF NUMERIC 0
  975.  
  976.         PART !!Lbl_NoRemindersHelp1       TEXT    
  977.             END PART
  978.         PART !!Lbl_NoRemindersHelp2       TEXT    
  979.             END PART
  980.     END POLICY
  981.  
  982.         POLICY !!Pol_ReminderFreq
  983.             EXPLAIN !!Pol_ReminderFreq_Help
  984.  
  985.             PART !!Lbl_ReminderFreqHelp1  TEXT    
  986.             END PART
  987.             PART !!Blank                  TEXT    
  988.         END PART
  989.  
  990.             PART !!Lbl_ReminderFreqSpin   NUMERIC DEFAULT 60 
  991.         MIN 0 MAX 1440 SPIN 10
  992.             VALUENAME "ReminderFreqMinutes"
  993.         END PART
  994.         END POLICY
  995.  
  996.         POLICY !!Pol_ReminderInitTimeout
  997.             EXPLAIN !!Pol_ReminderInitTimeout_Help
  998.  
  999.             PART !!Lbl_ReminderInitTimeoutHelp1  TEXT    
  1000.             END PART
  1001.             PART !!Lbl_ReminderInitTimeoutHelp2  TEXT    
  1002.         END PART
  1003.             PART !!Blank                         TEXT    
  1004.         END PART
  1005.  
  1006.             PART !!Lbl_ReminderInitTimeoutSpin   NUMERIC DEFAULT 30 
  1007.         MIN 10 MAX 60 SPIN 1
  1008.             VALUENAME "InitialBalloonTimeoutSeconds"
  1009.         END PART
  1010.         END POLICY
  1011.  
  1012.     POLICY !!Pol_ReminderTimeout
  1013.             EXPLAIN !!Pol_ReminderTimeout_Help
  1014.  
  1015.             PART !!Lbl_ReminderTimeoutHelp1  TEXT    
  1016.         END PART
  1017.             PART !!Lbl_ReminderTimeoutHelp2  TEXT    
  1018.         END PART
  1019.             PART !!Blank                     TEXT    
  1020.         END PART
  1021.  
  1022.             PART !!Lbl_ReminderTimeoutSpin   NUMERIC DEFAULT 15 
  1023.         MIN 10 MAX 60 SPIN 1
  1024.             VALUENAME "ReminderBalloonTimeoutSeconds"
  1025.         END PART
  1026.     END POLICY
  1027.  
  1028.         POLICY !!Pol_PurgeAtLogoff
  1029.             EXPLAIN !!Pol_PurgeAtLogoff_Help
  1030.         VALUENAME "PurgeAtLogoff"
  1031.  
  1032.         PART !!Lbl_PurgeAtLogoffHelp1        TEXT    
  1033.         END PART
  1034.             PART !!Lbl_PurgeAtLogoffHelp2        TEXT    
  1035.             END PART
  1036.     END POLICY
  1037.  
  1038.       POLICY !!Pol_EventLoggingLevel
  1039.             EXPLAIN !!Pol_EventLoggingLevel_Help
  1040.  
  1041.             PART !!Blank                         TEXT    
  1042.         END PART
  1043.  
  1044.             PART !!Lbl_EventLoggingLevelSpin   NUMERIC DEFAULT 0 
  1045.          MIN 0 MAX 3 SPIN 1
  1046.              VALUENAME "EventLoggingLevel"
  1047.         END PART
  1048.  
  1049.         PART !!Blank                         TEXT
  1050.             END PART
  1051.         PART !!Lbl_EventLoggingLevelHelp1  TEXT    
  1052.         END PART
  1053.             PART !!Lbl_EventLoggingLevelHelp2  TEXT    
  1054.         END PART
  1055.             PART !!Lbl_EventLoggingLevelHelp3  TEXT    
  1056.         END PART
  1057.             PART !!Lbl_EventLoggingLevelHelp4  TEXT    
  1058.         END PART
  1059.         END POLICY
  1060.  
  1061.     POLICY !!Pol_AlwaysPinSubFolders
  1062.             EXPLAIN !!Pol_AlwaysPinSubFolders_Help
  1063.             VALUENAME "AlwaysPinSubFolders"
  1064.  
  1065.             PART !!Lbl_AlwaysPinSubFoldersHelp1 TEXT    
  1066.         END PART
  1067.             PART !!Lbl_AlwaysPinSubFoldersHelp2 TEXT
  1068.         END PART
  1069.  
  1070.         END POLICY
  1071.  
  1072.     END CATEGORY   ; Cat_OfflineFiles
  1073.  
  1074.     CATEGORY !!NetworkConnections  ;Machine
  1075.     
  1076.         KEYNAME "Software\Policies\Microsoft\Windows\Network Connections"
  1077.  
  1078.         POLICY !!NC_ShowSharedAccessUI
  1079.             EXPLAIN !!NC_ShowSharedAccessUI_Help
  1080.             VALUENAME "NC_ShowSharedAccessUi"
  1081.                 VALUEON NUMERIC 0
  1082.                 VALUEOFF NUMERIC 1
  1083.         END POLICY
  1084.  
  1085.     END CATEGORY ;NetworkConnections
  1086.  
  1087. END CATEGORY  ; Network
  1088.  
  1089. CATEGORY  !!Printers
  1090.     
  1091.     POLICY !!PublishPrinters
  1092.         KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1093.     EXPLAIN !!PublishPrinters_Help
  1094.         VALUENAME "PublishPrinters"
  1095.             VALUEON NUMERIC 1
  1096.             VALUEOFF NUMERIC 0
  1097.  
  1098.         PART !!PublishPrinters_Tip1    TEXT    
  1099.     END PART
  1100.     PART !!PublishPrinters_Tip2    TEXT    
  1101.     END PART
  1102.     PART !!PublishPrinters_Tip3    TEXT    
  1103.     END PART
  1104.     END POLICY
  1105.  
  1106.     POLICY !!AutoPublishing
  1107.         KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\Wizard"
  1108.     EXPLAIN !!AutoPublishing_Help
  1109.     VALUENAME "Auto Publishing"
  1110.         VALUEON NUMERIC 1
  1111.         VALUEOFF NUMERIC 0
  1112.  
  1113.         PART !!AutoPublishing_Tip1     TEXT    
  1114.         END PART
  1115.     PART !!AutoPublishing_Tip2     TEXT    
  1116.         END PART
  1117.     PART !!AutoPublishing_Tip3     TEXT    
  1118.         END PART
  1119.     PART !!AutoPublishing_Tip4     TEXT    
  1120.         END PART
  1121.     END POLICY
  1122.  
  1123.     POLICY !!ImmortalPrintQueue
  1124.         KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1125.     EXPLAIN !!ImmortalPrintQueue_Help
  1126.     VALUENAME "Immortal"
  1127.         VALUEON   NUMERIC 0
  1128.         VALUEOFF  NUMERIC 1
  1129.     
  1130.         PART !!ImmortalPrintQueue_Tip1    TEXT    
  1131.     END PART
  1132.     PART !!ImmortalPrintQueue_Tip2    TEXT    
  1133.         END PART
  1134.     PART !!ImmortalPrintQueue_Tip3    TEXT    
  1135.         END PART
  1136.     PART !!ImmortalPrintQueue_Tip4    TEXT    
  1137.         END PART
  1138.     END POLICY
  1139.  
  1140.     POLICY !!PrinterServerThread
  1141.         KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1142.     EXPLAIN !!PrinterServerThread_Help
  1143.     VALUENAME "ServerThread"
  1144.         VALUEON   NUMERIC 1
  1145.         VALUEOFF  NUMERIC 0
  1146.     
  1147.         PART !!PrinterServerThread_Tip1    TEXT    
  1148.     END PART
  1149.     PART !!PrinterServerThread_Tip2    TEXT    
  1150.         END PART
  1151.     PART !!PrinterServerThread_Tip3    TEXT    
  1152.         END PART
  1153.     PART !!PrinterServerThread_Tip4    TEXT    
  1154.         END PART
  1155.     PART !!PrinterServerThread_Tip5    TEXT    
  1156.         END PART
  1157.     PART !!PrinterServerThread_Tip6    TEXT    
  1158.         END PART
  1159.     END POLICY
  1160.  
  1161.     POLICY !!PruneDownlevel
  1162.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1163.         EXPLAIN !!PruneDownlevel_Help
  1164.  
  1165.     PART !!PruneDownlevel_Tip1         TEXT    
  1166.         END PART
  1167.             
  1168.         PART !!PruneDownlevelTitle         DROPDOWNLIST NOSORT
  1169.         VALUENAME "PruneDownlevel"
  1170.         ITEMLIST
  1171.             NAME !!PruneDownlevel_Never    VALUE NUMERIC  0 DEFAULT
  1172.         NAME !!PruneDownlevel_Found    VALUE NUMERIC  1
  1173.         NAME !!PruneDownlevel_NotFound VALUE NUMERIC  2
  1174.             END ITEMLIST
  1175.     END PART
  1176.     END POLICY
  1177.  
  1178.     POLICY !!PruningInterval
  1179.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1180.         EXPLAIN !!PruningInterval_Help
  1181.  
  1182.     PART !!PruningInterval_Tip1         TEXT    
  1183.     END PART
  1184.     PART !!PruningInterval_Tip2         TEXT    
  1185.     END PART                
  1186.             
  1187.     PART !!PruningIntervalTitle         DROPDOWNLIST NOSORT
  1188.         VALUENAME "PruningInterval"
  1189.         ITEMLIST
  1190.         NAME !!PruningImmediately     VALUE NUMERIC  0
  1191.         NAME !!Pruning10Minutes       VALUE NUMERIC  10
  1192.         NAME !!Pruning30Minutes       VALUE NUMERIC  30
  1193.         NAME !!Pruning1Hour           VALUE NUMERIC  60
  1194.         NAME !!Pruning4Hours          VALUE NUMERIC  240
  1195.         NAME !!Pruning8Hours          VALUE NUMERIC  480 DEFAULT
  1196.         NAME !!Pruning12Hours         VALUE NUMERIC  720
  1197.         NAME !!Pruning1Day            VALUE NUMERIC  1440 
  1198.         NAME !!Pruning2Days           VALUE NUMERIC  2880
  1199.         NAME !!Pruning3Days           VALUE NUMERIC  4320
  1200.         NAME !!Pruning4Days           VALUE NUMERIC  5760
  1201.         NAME !!Pruning5Days           VALUE NUMERIC  7200
  1202.         NAME !!Pruning6Days           VALUE NUMERIC  8640
  1203.         NAME !!Pruning1Week           VALUE NUMERIC  10080
  1204.         NAME !!Pruning2Weeks          VALUE NUMERIC  20160
  1205.         NAME !!Pruning3Weeks          VALUE NUMERIC  30240
  1206.         NAME !!Pruning4Weeks          VALUE NUMERIC  40320
  1207.         NAME !!Pruning5Weeks          VALUE NUMERIC  50400
  1208.         NAME !!Pruning6Weeks          VALUE NUMERIC  60480
  1209.         NAME !!Pruning7Weeks          VALUE NUMERIC  70560
  1210.         NAME !!PruningNever           VALUE NUMERIC  4294967295
  1211.         END ITEMLIST
  1212.     END PART
  1213.     END POLICY
  1214.  
  1215.     POLICY !!PruningRetries
  1216.      KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1217.         EXPLAIN !!PruningRetries_Help
  1218.  
  1219.     PART !!PruningRetries_Tip1         TEXT    
  1220.         END PART
  1221.     PART !!PruningRetries_Tip2         TEXT    
  1222.     END PART
  1223.     PART !!PruningRetries_Tip3         TEXT    
  1224.     END PART
  1225.     
  1226.     PART !!PruningRetriesTitle         DROPDOWNLIST NOSORT
  1227.         VALUENAME "PruningRetries"
  1228.             ITEMLIST
  1229.                 NAME !!PruningRetries0     VALUE NUMERIC  0
  1230.                  NAME !!PruningRetries1     VALUE NUMERIC  1
  1231.                  NAME !!PruningRetries2     VALUE NUMERIC  2 DEFAULT
  1232.                  NAME !!PruningRetries3     VALUE NUMERIC  3
  1233.                  NAME !!PruningRetries4     VALUE NUMERIC  4
  1234.                  NAME !!PruningRetries5     VALUE NUMERIC  5
  1235.                  NAME !!PruningRetries6     VALUE NUMERIC  6
  1236.             END ITEMLIST
  1237.          END PART
  1238.     END POLICY
  1239.  
  1240.     POLICY !!PruningPriority
  1241.         KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1242.     EXPLAIN !!PruningPriority_Help
  1243.  
  1244.         PART !!PruningPriority_Tip1        TEXT    
  1245.     END PART
  1246.  
  1247.     PART !!PriorityLevel               DROPDOWNLIST  NOSORT
  1248.             VALUENAME "PruningPriority"
  1249.             ITEMLIST
  1250.         NAME !!ThreadLowest       VALUE NUMERIC  4294967294
  1251.         NAME !!ThreadBelowNormal  VALUE NUMERIC  4294967295
  1252.         NAME !!ThreadNormal       VALUE NUMERIC   0  DEFAULT
  1253.         NAME !!ThreadAboveNormal  VALUE NUMERIC   1
  1254.         NAME !!ThreadHighest      VALUE NUMERIC   2
  1255.         END ITEMLIST
  1256.     END PART
  1257.     END POLICY
  1258.  
  1259.     POLICY !!VerifyPublishedState
  1260.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1261.     EXPLAIN !!VerifyPublishedState_Help
  1262.  
  1263.         PART !!VerifyPublishedState_Tip1         TEXT    
  1264.         END PART
  1265.  
  1266.         PART !!VerifyPublishedStateTitle         DROPDOWNLIST NOSORT
  1267.             VALUENAME "VerifyPublishedState"
  1268.             ITEMLIST
  1269.             NAME !!VerifyPublishedState30Minutes    VALUE NUMERIC  30
  1270.             NAME !!VerifyPublishedState1Hour        VALUE NUMERIC  60
  1271.             NAME !!VerifyPublishedState4Hours       VALUE NUMERIC  240
  1272.             NAME !!VerifyPublishedState8Hours       VALUE NUMERIC  480
  1273.             NAME !!VerifyPublishedState12Hours      VALUE NUMERIC  720
  1274.             NAME !!VerifyPublishedState1Day         VALUE NUMERIC  1440
  1275.             NAME !!VerifyPublishedStateNever        VALUE NUMERIC  4294967295 DEFAULT
  1276.             END ITEMLIST
  1277.         END PART
  1278.     END POLICY
  1279.  
  1280.     POLICY !!AllowWebPrinting
  1281.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1282.     EXPLAIN !!AllowWebPrinting_Help
  1283.     VALUENAME "DisableWebPrinting"
  1284.         VALUEON NUMERIC 0
  1285.         VALUEOFF NUMERIC 1
  1286.     PART !!AllowWebPrinting_Tip1              TEXT    
  1287.     END PART
  1288.     END POLICY
  1289.  
  1290.     POLICY !!CustomizedSupportUrl
  1291.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1292.     EXPLAIN !!CustomizedSupportUrl_Help
  1293.  
  1294.         PART !!CustomizedSupportUrl_Tip1        TEXT    
  1295.     END PART
  1296.     PART !!CustomizedSupportUrl_Tip2        TEXT    
  1297.     END PART
  1298.     PART !!CustomizedSupportUrl_Tip3        TEXT    
  1299.     END PART
  1300.  
  1301.     PART !!CustomizedSupportUrl_Name        EDITTEXT
  1302.         VALUENAME "SupportLinkName"
  1303.         MAXLEN 255
  1304.     END PART
  1305.  
  1306.     PART !!CustomizedSupportUrl_Link        EDITTEXT
  1307.             VALUENAME "SupportLink"
  1308.             MAXLEN 255
  1309.     END PART
  1310.     END POLICY
  1311.  
  1312.     POLICY !!PhysicalLocation
  1313.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1314.     EXPLAIN !!PhysicalLocation_Help
  1315.  
  1316.         PART !!PhysicalLocation_Tip1        TEXT    
  1317.     END PART
  1318.     PART !!PhysicalLocation_Tip2        TEXT    
  1319.     END PART
  1320.     PART !!PhysicalLocation_Tip3        TEXT    
  1321.     END PART
  1322.  
  1323.     PART !!PhysicalLocation_Name        EDITTEXT
  1324.         VALUENAME "PhysicalLocation"
  1325.                 MAXLEN 259
  1326.         END PART
  1327.     END POLICY
  1328.  
  1329.     POLICY !!PhysicalLocationSupport
  1330.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1331.         EXPLAIN !!PhysicalLocationSupport_Help
  1332.  
  1333.         PART !!PhysicalLocationSupport_Tip1        TEXT    
  1334.         END PART
  1335.         PART !!PhysicalLocationSupport_Tip2        TEXT    
  1336.     END PART
  1337.         PART !!PhysicalLocationSupport_Tip3        TEXT    
  1338.     END PART
  1339.  
  1340.         VALUENAME "PhysicalLocationSupport"
  1341.             VALUEON NUMERIC 1
  1342.             VALUEOFF NUMERIC 0
  1343.     END POLICY
  1344.  
  1345. END CATEGORY ; PRINTERS
  1346.  
  1347. CATEGORY !!WindowsComponents
  1348.  
  1349.     CATEGORY !!TaskScheduler  
  1350.  
  1351.         KEYNAME "Software\Policies\Microsoft\Windows\Task Scheduler5.0"
  1352.  
  1353.         POLICY !!PropertyPages
  1354.            EXPLAIN !!PropertyPagesHelp
  1355.             VALUENAME "Property Pages"
  1356.         END POLICY
  1357.     
  1358.         POLICY !!Execution
  1359.             EXPLAIN !!ExecutionHelp
  1360.             VALUENAME "Execution"
  1361.         END POLICY
  1362.     
  1363.         POLICY !!DragAndDrop
  1364.            EXPLAIN !!DragAndDropHelp
  1365.             VALUENAME "DragAndDrop"
  1366.         END POLICY
  1367.     
  1368.         POLICY !!TaskCreation
  1369.         EXPLAIN !!TaskCreationHelp
  1370.             VALUENAME "Task Creation"
  1371.         END POLICY
  1372.   
  1373.         POLICY !!TaskDeletion
  1374.         EXPLAIN !!TaskDeletionHelp
  1375.             VALUENAME "Task Deletion"
  1376.         END POLICY
  1377.  
  1378.         POLICY !!DisableAdvanced
  1379.         EXPLAIN !!DisableAdvancedHelp
  1380.             VALUENAME "Disable Advanced"
  1381.         END POLICY
  1382.  
  1383.         POLICY !!AllowBrowse
  1384.         EXPLAIN !!AllowBrowseHelp
  1385.             VALUENAME "Allow Browse"
  1386.         END POLICY
  1387.  
  1388.     END CATEGORY ; Task Scheduler
  1389.  
  1390.     CATEGORY !!MSI
  1391.  
  1392.         KEYNAME "Software\Policies\Microsoft\Windows\Installer";
  1393.  
  1394.         POLICY !!DisableMSI
  1395.            EXPLAIN !!DisableMSI_Help
  1396.             PART !!DisableMSI DROPDOWNLIST NOSORT REQUIRED
  1397.                 VALUENAME "DisableMSI"
  1398.                 ITEMLIST
  1399.             NAME !!DisableAlways    VALUE NUMERIC 2
  1400.             NAME !!DisableNonManaged    VALUE NUMERIC 1
  1401.             NAME !!DisableNever        VALUE NUMERIC 0  DEFAULT
  1402.                 END ITEMLIST
  1403.            END PART
  1404.     END POLICY
  1405.  
  1406.         POLICY !!AlwaysInstallElevated
  1407.             EXPLAIN !!AlwaysInstallElevated_Help
  1408.             PART !!StdCheckT CHECKBOX
  1409.              VALUENAME "AlwaysInstallElevated"
  1410.                 VALUEON NUMERIC 1
  1411.                 VALUEOFF NUMERIC 0
  1412.             END PART
  1413.  
  1414.         PART !!Blank           TEXT
  1415.         END PART
  1416.         PART !!UserANDMachineT TEXT
  1417.         END PART
  1418.         END POLICY
  1419.  
  1420.  
  1421.         POLICY !!DisableRollback
  1422.             EXPLAIN !!DisableRollback_Help
  1423.             PART !!StdCheckT CHECKBOX
  1424.             VALUENAME "DisableRollback"
  1425.             VALUEON NUMERIC 1
  1426.             VALUEOFF NUMERIC 0
  1427.         END PART
  1428.  
  1429.         PART !!Blank  TEXT
  1430.         END PART
  1431.         PART !!UserORMachineT TEXT
  1432.         END PART
  1433.     END POLICY
  1434.  
  1435.         POLICY !!DisableBrowse
  1436.             EXPLAIN !!DisableBrowse_Help
  1437.             PART !!StdCheckT CHECKBOX
  1438.            VALUENAME "DisableBrowse"
  1439.            VALUEON NUMERIC 1
  1440.            VALUEOFF NUMERIC 0
  1441.         END PART
  1442.     END POLICY
  1443.  
  1444.         POLICY !!DisablePatch
  1445.             EXPLAIN !!DisablePatch_Help
  1446.             PART !!StdCheckT CHECKBOX
  1447.             VALUENAME "DisablePatch"
  1448.             VALUEON NUMERIC 1
  1449.             VALUEOFF NUMERIC 0
  1450.         END PART
  1451.     END POLICY
  1452.  
  1453.         POLICY !!SafeForScripting
  1454.             EXPLAIN !!SafeForScripting_Help
  1455.             PART !!StdCheckT CHECKBOX
  1456.             VALUENAME "SafeForScripting"
  1457.             VALUEON NUMERIC 1
  1458.             VALUEOFF NUMERIC 0
  1459.         END PART
  1460.     END POLICY
  1461.  
  1462.         POLICY !!EnableUserControl
  1463.             EXPLAIN !!EnableUserControl_Help
  1464.             PART !!StdCheckT CHECKBOX
  1465.             VALUENAME "EnableUserControl"
  1466.             VALUEON NUMERIC 1
  1467.             VALUEOFF NUMERIC 0
  1468.         END PART
  1469.     END POLICY
  1470.  
  1471.         POLICY !!AllowLockdownBrowse
  1472.             EXPLAIN !!AllowLockdownBrowse_Help
  1473.             PART !!StdCheckT CHECKBOX
  1474.                 VALUENAME "AllowLockdownBrowse"
  1475.             VALUEON NUMERIC 1
  1476.                 VALUEOFF NUMERIC 0
  1477.         END PART
  1478.     END POLICY
  1479.  
  1480.         POLICY !!AllowLockdownMedia
  1481.             EXPLAIN !!AllowLockdownMedia_Help
  1482.             PART !!StdCheckT CHECKBOX
  1483.             VALUENAME "AllowLockdownMedia"
  1484.             VALUEON NUMERIC 1
  1485.             VALUEOFF NUMERIC 0
  1486.             END PART
  1487.     END POLICY
  1488.  
  1489.         POLICY !!AllowLockdownPatch
  1490.             EXPLAIN !!AllowLockdownPatch_Help
  1491.             PART !!StdCheckT CHECKBOX
  1492.             VALUENAME "AllowLockdownPatch"
  1493.             VALUEON NUMERIC 1
  1494.             VALUEOFF NUMERIC 0
  1495.         END PART
  1496.     END POLICY
  1497.  
  1498.         POLICY !!EnableAdminTSRemote
  1499.         EXPLAIN !!EnableAdminTSRemote_Help
  1500.             PART !!StdCheckT CHECKBOX
  1501.                 VALUENAME "EnableAdminTSRemote"
  1502.                 VALUEON NUMERIC 1
  1503.                 VALUEOFF NUMERIC 0
  1504.             END PART
  1505.     END POLICY
  1506.  
  1507.        POLICY !!TransformsSecure
  1508.         EXPLAIN !!TransformsSecure_Help
  1509.             PART !!StdCheckT CHECKBOX
  1510.             VALUENAME "TransformsSecure"
  1511.             VALUEON NUMERIC 1
  1512.             VALUEOFF NUMERIC 0
  1513.         END PART
  1514.     END POLICY
  1515.  
  1516.  
  1517.         POLICY !!MSILogging
  1518.             EXPLAIN !!MSILogging_Help
  1519.             PART !!MSILogging EDITTEXT
  1520.                 VALUENAME "Logging"
  1521.                 DEFAULT iweap
  1522.             END PART
  1523.  
  1524.         PART !!MSILoggingT1 TEXT
  1525.             END PART
  1526.         PART !!MSILoggingT2 TEXT
  1527.         END PART
  1528.         PART !!MSILoggingT3 TEXT
  1529.         END PART
  1530.         PART !!MSILoggingT4 TEXT
  1531.         END PART
  1532.         PART !!MSILoggingT5 TEXT
  1533.         END PART
  1534.         PART !!MSILoggingT6 TEXT
  1535.         END PART
  1536.         PART !!MSILoggingT7 TEXT
  1537.         END PART
  1538.         PART !!MSILoggingT8 TEXT
  1539.         END PART
  1540.         PART !!MSILoggingT9 TEXT
  1541.         END PART
  1542.         PART !!MSILoggingT10 TEXT
  1543.         END PART
  1544.         PART !!MSILoggingT11 TEXT
  1545.         END PART
  1546.         PART !!MSILoggingT12 TEXT
  1547.         END PART
  1548.         PART !!MSILoggingT13 TEXT
  1549.         END PART
  1550.     END POLICY
  1551.  
  1552.     END CATEGORY ; MSI
  1553.  
  1554. END CATEGORY ; WindowsComponents
  1555.  
  1556. ;**************************************************************************************************
  1557.  
  1558. CLASS USER
  1559.  
  1560. CATEGORY !!StartMenu
  1561.  
  1562.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1563.  
  1564.     POLICY !!NoStartMenuSubFolders
  1565.         EXPLAIN !!NoStartMenuSubFolders_Help 
  1566.            VALUENAME "NoStartMenuSubFolders"
  1567.     END POLICY
  1568.  
  1569.     POLICY !!NoWindowsUpdate
  1570.         EXPLAIN !!NoWindowsUpdate_Help 
  1571.             VALUENAME "NoWindowsUpdate"
  1572.     END POLICY
  1573.  
  1574.     POLICY !!NoCommonGroups 
  1575.         EXPLAIN !!NoCommonGroups_Help
  1576.         VALUENAME "NoCommonGroups"
  1577.     END POLICY
  1578.  
  1579.     POLICY !!NoRecentDocsMenu
  1580.         EXPLAIN !!NoRecentDocsMenu_Help 
  1581.             VALUENAME "NoRecentDocsMenu"
  1582.     END POLICY
  1583.  
  1584.     POLICY !!NoSetFolders 
  1585.         EXPLAIN !!NoSetFolders_Help
  1586.            VALUENAME "NoSetFolders"
  1587.     END POLICY
  1588.  
  1589.     POLICY !!NoNetAndDialupConnect
  1590.     EXPLAIN !!NoNetAndDialupConnect_Help
  1591.            VALUENAME "NoNetworkConnections"
  1592.     END POLICY
  1593.  
  1594.    POLICY !!NoFavoritesMenu 
  1595.            EXPLAIN !!NoFavoritesMenu_Help
  1596.         VALUENAME "NoFavoritesMenu"
  1597.     END POLICY
  1598.  
  1599.     POLICY !!NoFind 
  1600.           EXPLAIN !!NoFind_Help
  1601.         VALUENAME "NoFind"
  1602.     END POLICY
  1603.  
  1604.     POLICY !!NoHelp
  1605.     EXPLAIN !!NoHelp_Help 
  1606.            VALUENAME "NoSMHelp"
  1607.     END POLICY
  1608.  
  1609.     POLICY !!NoRun
  1610.     EXPLAIN !!NoRun_Help 
  1611.            VALUENAME "NoRun"
  1612.     END POLICY
  1613.  
  1614.    POLICY !!ForceStartMenuLogOff
  1615.         EXPLAIN !!ForceStartMenuLogOff_Help
  1616.         VALUENAME "ForceStartMenuLogOff"
  1617.     END POLICY
  1618.  
  1619.     POLICY !!StartMenuLogOff
  1620.         EXPLAIN !!StartMenuLogOff_Help
  1621.         VALUENAME "StartMenuLogOff"
  1622.     END POLICY
  1623.  
  1624.     POLICY !!NoClose 
  1625.         EXPLAIN !!NoClose_Help
  1626.            VALUENAME "NoClose"
  1627.     END POLICY
  1628.  
  1629. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1630. ;;;;;  Temporarily commented out       ;;;
  1631. ;
  1632. ;    POLICY !!NoBalloonTip
  1633. ;    EXPLAIN !!NoBalloonTip_Help 
  1634. ;           VALUENAME "NoSMBalloonTip"
  1635. ;    END POLICY
  1636. ;
  1637. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1638.  
  1639.     POLICY !!NoChangeStartMenu 
  1640.         EXPLAIN !!NoChangeStartMenu_Help
  1641.             VALUENAME "NoChangeStartMenu"
  1642.     END POLICY
  1643.  
  1644.     POLICY !!NoSetTaskbar 
  1645.         EXPLAIN !!NoSetTaskbar_Help
  1646.            VALUENAME "NoSetTaskbar"
  1647.     END POLICY
  1648.  
  1649.     POLICY !!NoTrayContextMenu 
  1650.         EXPLAIN !!NoTrayContextMenu_Help
  1651.            VALUENAME "NoTrayContextMenu"
  1652.     END POLICY
  1653.  
  1654.     POLICY !!NoRecentDocsHistory 
  1655.         EXPLAIN !!NoRecentDocsHistory_Help
  1656.            VALUENAME "NoRecentDocsHistory"
  1657.     END POLICY
  1658.  
  1659.     POLICY !!ClearRecentDocsOnExit
  1660.     EXPLAIN !!ClearRecentDocsOnExit_Help 
  1661.            VALUENAME "ClearRecentDocsOnExit"
  1662.     END POLICY
  1663.  
  1664.     POLICY !!Intellimenus
  1665.     EXPLAIN !!Intellimenus_Help
  1666.     VALUENAME "Intellimenus"
  1667.     END POLICY
  1668.  
  1669.     POLICY !!NoInstrumentation
  1670.     EXPLAIN !!NoInstrumentation_Help
  1671.     VALUENAME "NoInstrumentation"
  1672.     END POLICY
  1673.  
  1674.     POLICY !!MemCheckBoxInRunDlg
  1675.          EXPLAIN !!MemCheckBoxInRunDlg_Help
  1676.     VALUENAME "MemCheckBoxInRunDlg"
  1677.     END POLICY
  1678.  
  1679.     POLICY !!NoResolveSearch
  1680.     EXPLAIN !!NoResolveSearch_Help
  1681.     VALUENAME "NoResolveSearch"
  1682.     END POLICY
  1683.  
  1684.     POLICY !!NoResolveTrack
  1685.     EXPLAIN !!NoResolveTrack_Help
  1686.     VALUENAME "NoResolveTrack"
  1687.     END POLICY
  1688.  
  1689.     POLICY !!GreyMSIAds
  1690.     EXPLAIN !!GreyMSIAds_Help
  1691.     VALUENAME "GreyMSIAds"
  1692.     END POLICY
  1693.    
  1694. END CATEGORY ; StartMenu
  1695.  
  1696. CATEGORY !!Desktop
  1697.  
  1698.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1699.  
  1700.     POLICY !!NoDesktop 
  1701.            EXPLAIN !!NoDesktop_Help
  1702.         VALUENAME "NoDesktop"
  1703.     END POLICY
  1704.  
  1705.    POLICY !!NoMyDocumentsIcon
  1706.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum"
  1707.            EXPLAIN !!NoMyDocumentsIcon_Help
  1708.     VALUENAME "{450D8FBA-AD25-11D0-98A8-0800361B1103}"
  1709.     END POLICY
  1710.  
  1711.     POLICY !!NoSMMyDocuments
  1712.            EXPLAIN !!NoSMMyDocuments_Help
  1713.     VALUENAME "NoSMMyDocs"
  1714.     END POLICY
  1715.  
  1716.     POLICY !!NoPropertiesMyDocuments 
  1717.          EXPLAIN !!NoPropertiesMyDocuments_Help
  1718.     VALUENAME "NoPropertiesMyDocuments" 
  1719.     END POLICY
  1720.  
  1721.     POLICY !!NoPropertiesMyComputer
  1722.     EXPLAIN !!NoPropertiesMyComputer_Help
  1723.     VALUENAME "NoPropertiesMyComputer"
  1724.     END POLICY
  1725.  
  1726.     POLICY !!NoNetHood 
  1727.           EXPLAIN !!NoNetHood_Help
  1728.         VALUENAME "NoNetHood"
  1729.     END POLICY
  1730.  
  1731.     POLICY !!NoInternetIcon 
  1732.            EXPLAIN !!NoInternetIcon_Help
  1733.     VALUENAME "NoInternetIcon"
  1734.     END POLICY
  1735.  
  1736.     POLICY !!NoRecentDocsNetHood
  1737.           EXPLAIN !!NoRecentDocsNetHood_Help
  1738.         VALUENAME "NoRecentDocsNetHood"
  1739.     END POLICY
  1740.      
  1741.     POLICY !!DisablePersonalDirChange
  1742.         EXPLAIN !!DisablePersonalDirChange_Help
  1743.         VALUENAME "DisablePersonalDirChange"
  1744.     END POLICY   
  1745.     
  1746.     POLICY !!sz_DB_DragDropClose 
  1747.         EXPLAIN !!NoCloseDragDropBands_Help
  1748.         VALUENAME "NoCloseDragDropBands"
  1749.     END POLICY
  1750.         
  1751.     POLICY !!sz_DB_Moving 
  1752.            EXPLAIN !!NoMovingBands_Help
  1753.         VALUENAME "NoMovingBands"
  1754.     END POLICY
  1755.  
  1756.     POLICY !!NoSaveSettings        
  1757.            EXPLAIN !!NoSaveSettings_Help
  1758.         VALUENAME "NoSaveSettings"
  1759.     END POLICY
  1760.  
  1761.     CATEGORY !!ActiveDesktop
  1762.  
  1763.     POLICY !!ForceActiveDesktopOn
  1764.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1765.             EXPLAIN !!ForceActiveDesktopOn_Help
  1766.         VALUENAME "ForceActiveDesktopOn"
  1767.  
  1768.         PART !!ForceActiveDesktopOn_Tip    TEXT    
  1769.         END PART
  1770.     END POLICY
  1771.  
  1772.         POLICY !!NoActiveDesktop
  1773.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1774.             EXPLAIN !!NoActiveDesktop_Help
  1775.             VALUENAME "NoActiveDesktop"
  1776.  
  1777.         PART !!NoActiveDesktop_Tip    TEXT    
  1778.              END PART
  1779.         END POLICY
  1780.  
  1781.         POLICY !!sz_ATC_NoComponents 
  1782.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  1783.               EXPLAIN !!ATC_NoComponents_Help
  1784.         VALUENAME "NoComponents"
  1785.  
  1786.             PART !!ATC_NoComponents_Tip        TEXT    
  1787.             END PART
  1788.         END POLICY
  1789.  
  1790.         POLICY !!NoActiveDesktopChanges 
  1791.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1792.         EXPLAIN !!NoActiveDesktopChanges_Help
  1793.         VALUENAME "NoActiveDesktopChanges"
  1794.         END POLICY
  1795.  
  1796.         POLICY !!sz_ATC_DisableAdd
  1797.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  1798.         EXPLAIN !!NoAddingComponents_Help 
  1799.              VALUENAME "NoAddingComponents"
  1800.         END POLICY
  1801.  
  1802.         POLICY !!sz_ATC_DisableDel 
  1803.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  1804.             EXPLAIN !!NoDeletingComponents_Help
  1805.             VALUENAME "NoDeletingComponents"
  1806.         END POLICY
  1807.  
  1808.         POLICY !!sz_ATC_DisableEdit 
  1809.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  1810.             EXPLAIN !!NoEditingComponents_Help
  1811.             VALUENAME "NoEditingComponents"
  1812.         END POLICY
  1813.  
  1814.         POLICY !!sz_ATC_DisableClose 
  1815.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  1816.             EXPLAIN !!NoClosingComponents_Help
  1817.             VALUENAME "NoClosingComponents"
  1818.         END POLICY
  1819.  
  1820.         POLICY  !!sz_AdminComponents_Title
  1821.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop\AdminComponent"
  1822.             EXPLAIN !!AdminComponents_Help
  1823.  
  1824.             PART !!sz_ATC_AdminAddItem    EDITTEXT
  1825.                 VALUENAME "Add"
  1826.             END PART
  1827.  
  1828.             PART !!sz_ATC_AdminDeleteItem EDITTEXT
  1829.                 VALUENAME "Delete"
  1830.             END PART
  1831.         END POLICY
  1832.  
  1833.      POLICY !!Wallpaper
  1834.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  1835.         EXPLAIN !!Wallpaper_Help      
  1836.  
  1837.         PART !!WALLPAPER_TIP1         TEXT    
  1838.         END PART
  1839.               
  1840.         PART !!WallpaperName          EDITTEXT
  1841.                 VALUENAME "Wallpaper"
  1842.             END PART
  1843.             
  1844.             PART !!WALLPAPER_TIP2         TEXT    END PART
  1845.             PART !!WALLPAPER_TIP3         TEXT    END PART
  1846.             PART !!WALLPAPER_TIP4         TEXT    END PART
  1847.  
  1848.             PART !!WallpaperStyle      DROPDOWNLIST REQUIRED
  1849.          VALUENAME "WallpaperStyle"
  1850.          ITEMLIST
  1851.                    NAME !!WallpaperStyle_Center    VALUE "0" DEFAULT
  1852.              NAME !!WallpaperStyle_Tile        VALUE "1" 
  1853.              NAME !!WallpaperStyle_Stretch    VALUE "2" 
  1854.          END ITEMLIST
  1855.         END PART
  1856.     END POLICY
  1857.  
  1858.         POLICY !!sz_DWP_NoHTMLPaper 
  1859.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  1860.         EXPLAIN !!NoHTMLWallPaper_Help
  1861.         VALUENAME "NoHTMLWallPaper"
  1862.     END POLICY
  1863.  
  1864.     END CATEGORY ;ActiveDesktop
  1865.  
  1866.     CATEGORY !!ActiveDirectory
  1867.  
  1868.         KEYNAME "Software\Policies\Microsoft\Windows\Directory UI"
  1869.  
  1870.         POLICY !!AD_QueryLimit
  1871.             EXPLAIN !!AD_QueryLimit_Help
  1872.         PART !!AD_QueryLimit_Box    NUMERIC REQUIRED
  1873.         VALUENAME "QueryLimit"
  1874.         MIN 0 MAX 4000000000 DEFAULT 10000 SPIN 100
  1875.         END PART
  1876.         END POLICY
  1877.  
  1878.         POLICY !!AD_EnableFilter
  1879.             EXPLAIN !!AD_EnableFilter_Help
  1880.         VALUENAME "EnableFilter"
  1881.         END POLICY
  1882.  
  1883.         POLICY !!AD_HideDirectoryFolder
  1884.             EXPLAIN !!AD_HideDirectoryFolder_Help
  1885.         VALUENAME "HideDirectoryFolder"
  1886.         END POLICY
  1887.  
  1888.     END CATEGORY ; ActiveDirectory
  1889.  
  1890. END CATEGORY ;Desktop
  1891.  
  1892. CATEGORY !!Cpl
  1893.     
  1894.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1895.  
  1896.     POLICY !!NoControlPanel
  1897.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1898.     EXPLAIN !!NoControlPanel_Help 
  1899.            VALUENAME "NoControlPanel"
  1900.     END POLICY
  1901.  
  1902.     POLICY !!DisallowCpls
  1903.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1904.     EXPLAIN !!DisallowCpls_Help
  1905.     VALUENAME "DisallowCpl"
  1906.  
  1907.     PART !!DisallowCplsList LISTBOX
  1908.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowCpl"
  1909.         VALUEPREFIX ""
  1910.     END PART
  1911.  
  1912.     PART !!DisallowCpls_Tip1            TEXT    
  1913.         END PART
  1914.         PART !!DisallowCpls_Tip2            TEXT    
  1915.         END PART
  1916.         PART !!DisallowCpls_Tip3            TEXT    
  1917.         END PART    
  1918.         PART !!DisallowCpls_Tip4            TEXT    
  1919.         END PART
  1920.     END POLICY
  1921.  
  1922.     POLICY !!RestrictCpls
  1923.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1924.     EXPLAIN !!RestrictCpls_Help 
  1925.     VALUENAME "RestrictCpl"
  1926.  
  1927.     PART !!RestrictCplsList LISTBOX
  1928.            KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictCpl"
  1929.         VALUEPREFIX ""
  1930.     END PART
  1931.  
  1932.         PART !!RestrictCpls_Tip1            TEXT    
  1933.         END PART
  1934.         PART !!RestrictCpls_Tip2            TEXT    
  1935.         END PART
  1936.         PART !!RestrictCpls_Tip3            TEXT    
  1937.         END PART    
  1938.         PART !!RestrictCpls_Tip4            TEXT    
  1939.         END PART
  1940.     END POLICY
  1941.  
  1942.     CATEGORY !!Arp
  1943.  
  1944.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall"
  1945.  
  1946.     POLICY !!NoAddRemovePrograms
  1947.         EXPLAIN !!NoAddRemovePrograms_Help
  1948.         VALUENAME "NoAddRemovePrograms"
  1949.     END POLICY
  1950.  
  1951.     POLICY !!NoRemovePage
  1952.         EXPLAIN !!NoRemovePage_Help
  1953.             VALUENAME "NoRemovePage"
  1954.     END POLICY
  1955.  
  1956.     POLICY !!NoAddPage
  1957.         EXPLAIN !!NoAddPage_Help
  1958.         VALUENAME "NoAddPage"
  1959.     END POLICY
  1960.  
  1961.     POLICY !!NoWindowsSetupPage
  1962.         EXPLAIN !!NoWindowsSetupPage_Help
  1963.             VALUENAME "NoWindowsSetupPage"
  1964.     END POLICY
  1965.  
  1966.     POLICY !!NoAddFromCDorFloppy
  1967.         EXPLAIN !!NoAddFromCDorFloppy_Help
  1968.             VALUENAME "NoAddFromCDorFloppy"
  1969.     END POLICY
  1970.  
  1971.     POLICY !!NoAddFromInternet
  1972.         EXPLAIN !!NoAddFromInternet_Help
  1973.             VALUENAME "NoAddFromInternet"
  1974.     END POLICY
  1975.  
  1976.     POLICY !!NoAddFromNetwork
  1977.         EXPLAIN !!NoAddFromNetwork_Help
  1978.             VALUENAME "NoAddFromNetwork"
  1979.     END POLICY
  1980.  
  1981.     POLICY !!NoServices
  1982.         EXPLAIN !!NoServices_Help
  1983.             VALUENAME "NoServices"
  1984.     END POLICY
  1985.  
  1986.     POLICY !!NoSupportInfo
  1987.         EXPLAIN !!NoSupportInfo_Help
  1988.             VALUENAME "NoSupportInfo"
  1989.     END POLICY
  1990.  
  1991.         POLICY !!DefaultCategory        
  1992.             EXPLAIN !!DefaultCategory_Help
  1993.             PART !!DefaultCategoryBox         EDITTEXT REQUIRED
  1994.                  VALUENAME "DefaultCategory"
  1995.             END PART
  1996.         END POLICY
  1997.  
  1998.      END CATEGORY ; ARP
  1999.   
  2000.     CATEGORY !!DISPLAY
  2001.  
  2002.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  2003.             
  2004.     POLICY !!CPL_Display_Disable             
  2005.            EXPLAIN !!NoDispCpl_Help
  2006.         VALUENAME "NoDispCPL"
  2007.     END POLICY
  2008.  
  2009.     POLICY !!CPL_Display_HideBkgnd             
  2010.             EXPLAIN !!NoDispBackgroundPage_Help
  2011.         VALUENAME "NoDispBackgroundPage"
  2012.     END POLICY
  2013.  
  2014.     POLICY !!sz_DWP_DisableChanges
  2015.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  2016.         EXPLAIN !!NoChangingWallPaper_Help
  2017.         VALUENAME "NoChangingWallPaper"
  2018.         END POLICY
  2019.  
  2020.         POLICY !!CPL_Display_HideAppearance         
  2021.          EXPLAIN !!NoDispAppearancePage_Help
  2022.         VALUENAME "NoDispAppearancePage"
  2023.     END POLICY
  2024.  
  2025.         POLICY !!CPL_Display_HideSettings         
  2026.             EXPLAIN !!NoDispSettingsPage_Help
  2027.         VALUENAME "NoDispSettingsPage"
  2028.     END POLICY
  2029.  
  2030.         POLICY !!CPL_Display_HideScrsav            
  2031.            EXPLAIN !!NoDispScrSavPage_Help
  2032.         VALUENAME "NoDispScrSavPage"
  2033.     END POLICY
  2034.  
  2035.         POLICY !!ScreenSaverActive
  2036.             KEYNAME "Software\Policies\Microsoft\Windows\Control Panel\Desktop"
  2037.             EXPLAIN !!ScreenSaverActive_Help
  2038.                 VALUENAME "ScreenSaveActive"
  2039.                     VALUEON 1
  2040.                     VALUEOFF 0
  2041.     END POLICY
  2042.  
  2043.     POLICY !!ScreenSaverFilename
  2044.             KEYNAME "Software\Policies\Microsoft\Windows\Control Panel\Desktop"
  2045.             EXPLAIN !!ScreenSaverFilename_Help
  2046.             PART !!ScreenSaverFilename EDITTEXT
  2047.             VALUENAME "SCRNSAVE.EXE"
  2048.         END PART
  2049.         END POLICY
  2050.  
  2051.         POLICY !!ScreenSaverIsSecure
  2052.             KEYNAME "Software\Policies\Microsoft\Windows\Control Panel\Desktop"
  2053.             EXPLAIN !!ScreenSaverIsSecure_Help
  2054.                 VALUENAME "ScreenSaverIsSecure"
  2055.                 VALUEON 1
  2056.                     VALUEOFF 0
  2057.         END POLICY
  2058.  
  2059.         POLICY !!ScreenSaverTimeOut
  2060.             KEYNAME "Software\Policies\Microsoft\Windows\Control Panel\Desktop"
  2061.             EXPLAIN !!ScreenSaverTimeOut_Help
  2062.             PART !!ScreenSaverTimeOut_Tip1  TEXT    
  2063.             END PART
  2064.             PART !!Blank                  TEXT    
  2065.             END PART
  2066.             PART !!ScreenSaverTimeOutFreqSpin   NUMERIC DEFAULT 900
  2067.                 MIN 0 MAX 599940 SPIN 60
  2068.                 TXTCONVERT
  2069.                 VALUENAME "ScreenSaveTimeOut"
  2070.             END PART
  2071.         END POLICY
  2072.  
  2073.     END CATEGORY ;Display
  2074.  
  2075.     CATEGORY !!Printers
  2076.  
  2077.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2078.  
  2079.         POLICY !!NoDeletePrinter 
  2080.             EXPLAIN !!NoDeletePrinter_Help
  2081.         VALUENAME "NoDeletePrinter"
  2082.         END POLICY
  2083.  
  2084.         POLICY !!NoAddPrinter 
  2085.             EXPLAIN !!NoAddPrinter_Help
  2086.         VALUENAME "NoAddPrinter"
  2087.         END POLICY
  2088.  
  2089.         POLICY !!DownlevelBrowse
  2090.             KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\Wizard"
  2091.             EXPLAIN !!DownlevelBrowse_Help
  2092.  
  2093.          PART !!DownlevelBrowse_Tip1         TEXT    
  2094.             END PART
  2095.         PART !!DownlevelBrowse_Tip2         TEXT    
  2096.             END PART
  2097.         PART !!DownlevelBrowse_Tip3         TEXT    
  2098.             END PART
  2099.             PART !!DownlevelBrowse_Tip4         TEXT    
  2100.             END PART
  2101.             PART !!DownlevelBrowse_Tip5         TEXT    
  2102.             END PART
  2103.  
  2104.             VALUENAME "Downlevel Browse"
  2105.               VALUEON NUMERIC 1
  2106.               VALUEOFF NUMERIC 0
  2107.         END POLICY
  2108.  
  2109.         POLICY !!PrinterDirectorySearchScope
  2110.             KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\Wizard"
  2111.             EXPLAIN !!PrinterDirectorySearchScope_Help
  2112.  
  2113.         PART !!PrinterDirectorySearchScope_Tip1         TEXT    
  2114.             END PART
  2115.             PART !!PrinterDirectorySearchScope_Tip2         TEXT    
  2116.             END PART
  2117.             PART !!PrinterDirectorySearchScope_Tip3         TEXT    
  2118.             END PART
  2119.             PART !!PrinterDirectorySearchScope_Tip4         TEXT    
  2120.             END PART
  2121.             PART !!PrinterDirectorySearchScope_Tip5         TEXT    
  2122.             END PART
  2123.  
  2124.             PART !!PrinterDirectorySearchScope_Name         EDITTEXT
  2125.                 VALUENAME "Default Search Scope"
  2126.                 MAXLEN 255
  2127.         END PART
  2128.         END POLICY
  2129.  
  2130.         POLICY !!IntranetPrintersUrl
  2131.             KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\Wizard"
  2132.             EXPLAIN !!IntranetPrintersUrl_Help
  2133.  
  2134.             PART !!IntranetPrintersUrl_Tip1        TEXT    
  2135.             END PART
  2136.             PART !!IntranetPrintersUrl_Tip2        TEXT    
  2137.             END PART
  2138.             PART !!IntranetPrintersUrl_Tip3        TEXT    
  2139.             END PART
  2140.             PART !!IntranetPrintersUrl_Tip4        TEXT    
  2141.             END PART
  2142.             PART !!IntranetPrintersUrl_Tip5        TEXT    
  2143.             END PART
  2144.  
  2145.             PART !!IntranetPrintersUrl_Link        EDITTEXT   REQUIRED
  2146.                 VALUENAME "Printers Page URL"
  2147.                 MAXLEN 255
  2148.           END PART
  2149.         END POLICY
  2150.  
  2151.     END CATEGORY ; Printers
  2152.  
  2153.     CATEGORY !!RegionalOptions
  2154.  
  2155.           POLICY !!RestrictUILangSelect
  2156.          KEYNAME "Software\Policies\Microsoft\Control Panel\Desktop"     
  2157.              EXPLAIN !!RestrictUILangSelect_Help
  2158.          PART !!UILangSelect     DROPDOWNLIST NOSORT REQUIRED
  2159.          VALUENAME "MultiUILanguageID"
  2160.          ITEMLIST
  2161.             NAME !!UILang1        VALUE 00000409 DEFAULT
  2162.             NAME !!UILang2        VALUE 00000411 
  2163.             NAME !!UILang3        VALUE 00000412
  2164.             NAME !!UILang4        VALUE 00000407
  2165.             NAME !!UILang5        VALUE 00000804
  2166.             NAME !!UILang6        VALUE 00000404
  2167.             NAME !!UILang7        VALUE 0000040c    
  2168.             NAME !!UILang8        VALUE 00000c0a    
  2169.             NAME !!UILang9        VALUE 00000410    
  2170.             NAME !!UILang10       VALUE 0000041d    
  2171.             NAME !!UILang11       VALUE 00000413    
  2172.             NAME !!UILang12       VALUE 00000416    
  2173.             NAME !!UILang13       VALUE 0000040b    
  2174.             NAME !!UILang14       VALUE 00000414
  2175.             NAME !!UILang15       VALUE 00000406
  2176.             NAME !!UILang16       VALUE 0000040e
  2177.             NAME !!UILang17       VALUE 00000415
  2178.             NAME !!UILang18       VALUE 00000419
  2179.             NAME !!UILang19       VALUE 00000405
  2180.             NAME !!UILang20       VALUE 00000408
  2181.             NAME !!UILang21       VALUE 00000816
  2182.             NAME !!UILang22       VALUE 0000041f
  2183.             NAME !!UILang23       VALUE 00000401
  2184.             NAME !!UILang24       VALUE 0000040d
  2185.             END ITEMLIST
  2186.             END PART
  2187.     END POLICY
  2188.  
  2189.     END CATEGORY ;;RegionalOptions
  2190.  
  2191. END CATEGORY ;;cpl
  2192.  
  2193. CATEGORY !!Network
  2194.  
  2195.     CATEGORY !!Cat_OfflineFiles
  2196.     KEYNAME "Software\Policies\Microsoft\Windows\NetCache"
  2197.  
  2198.         POLICY !!Pol_NoConfigCache
  2199.         EXPLAIN !!Pol_NoConfigCache_Help
  2200.          VALUENAME "NoConfigCache"
  2201.  
  2202.         PART !!Lbl_NoConfigCacheHelp1       TEXT    
  2203.         END PART
  2204.     END POLICY
  2205.  
  2206.         POLICY !!Pol_SyncAtLogoff
  2207.             EXPLAIN !!Pol_SyncAtLogoff_Help
  2208.         VALUENAME "SyncAtLogoff"
  2209.         VALUEON  NUMERIC 1
  2210.         VALUEOFF NUMERIC 0
  2211.  
  2212.             PART !!Lbl_SyncAtLogoffHelp1        TEXT    
  2213.             END PART
  2214.             PART !!Blank                        TEXT
  2215.             END PART
  2216.             PART !!Lbl_SyncAtLogoffHelp2        TEXT    
  2217.         END PART
  2218.             PART !!Lbl_SyncAtLogoffHelp3        TEXT    
  2219.         END PART
  2220.             PART !!Blank                        TEXT
  2221.             END PART
  2222.             PART !!Lbl_SyncAtLogoffHelp4        TEXT    
  2223.         END PART
  2224.             PART !!Lbl_SyncAtLogoffHelp5        TEXT      
  2225.         END PART
  2226.         END POLICY
  2227.  
  2228.         POLICY !!Pol_GoOfflineAction
  2229.         EXPLAIN !!Pol_GoOfflineAction_Help
  2230.  
  2231.         PART !!Lbl_GoOfflineActionHelp1     TEXT    
  2232.             END PART
  2233.         PART !!Lbl_GoOfflineActionHelp2     TEXT    
  2234.         END PART
  2235.         PART !!Blank                        TEXT    
  2236.         END PART
  2237.  
  2238.         PART !!Lbl_GoOfflineActionCombo     DROPDOWNLIST REQUIRED
  2239.         VALUENAME "GoOfflineAction"
  2240.                 ITEMLIST
  2241.             NAME !!Lbl_WorkOffline      VALUE NUMERIC 0 DEFAULT
  2242.                 NAME !!Lbl_Fail             VALUE NUMERIC 1
  2243.         END ITEMLIST
  2244.         END PART
  2245.  
  2246.             PART !!Blank                        TEXT    
  2247.         END PART
  2248.         PART !!Lbl_GoOfflineActionHelp3     TEXT    
  2249.         END PART
  2250.         PART !!Lbl_GoOfflineActionHelp4     TEXT    
  2251.         END PART
  2252.         END POLICY
  2253.  
  2254.         POLICY !!Pol_CustomGoOfflineActions
  2255.         KEYNAME "Software\Policies\Microsoft\Windows\NetCache\CustomGoOfflineActions"
  2256.         EXPLAIN !!Pol_CustomGoOfflineActions_Help
  2257.         
  2258.             PART !!Lbl_CustomGoOfflineActionsHelp1  TEXT   
  2259.         END PART
  2260.         PART !!Lbl_CustomGoOfflineActionsHelp2  TEXT   
  2261.         END PART
  2262.         PART !!Blank                            TEXT   
  2263.         END PART
  2264.  
  2265.          PART !!Lbl_CustomGoOfflineActionsList   LISTBOX EXPLICITVALUE 
  2266.             END PART
  2267.  
  2268.         PART !!Lbl_CustomGoOfflineActionsHelp3  TEXT   
  2269.             END PART
  2270.         PART !!Lbl_CustomGoOfflineActionsHelp4  TEXT   
  2271.         END PART
  2272.         PART !!Lbl_CustomGoOfflineActionsHelp5  TEXT   
  2273.         END PART
  2274.         END POLICY
  2275.  
  2276.         POLICY !!Pol_NoMakeAvailableOffline
  2277.         EXPLAIN !!Pol_NoMakeAvailableOffline_Help
  2278.  
  2279.         VALUENAME "NoMakeAvailableOffline"
  2280.  
  2281.             PART !!Lbl_NoMakeAvailableOfflineHelp1  TEXT    
  2282.         END PART
  2283.         PART !!Lbl_NoMakeAvailableOfflineHelp2  TEXT    
  2284.         END PART
  2285.         END POLICY
  2286.  
  2287.         POLICY !!Pol_NoCacheViewer
  2288.             EXPLAIN !!Pol_NoCacheViewer_Help
  2289.         VALUENAME "NoCacheViewer"
  2290.  
  2291.             PART !!Lbl_NoCacheViewerHelp1       TEXT    
  2292.         END PART
  2293.         PART !!Lbl_NoCacheViewerHelp2       TEXT    
  2294.         END PART
  2295.         END POLICY
  2296.  
  2297.     POLICY !!Pol_AssignedOfflineFiles
  2298.             KEYNAME "Software\Policies\Microsoft\Windows\NetCache\AssignedOfflineFolders"
  2299.             EXPLAIN !!Pol_AssignedOfflineFiles_Help
  2300.  
  2301.         PART !!Lbl_AssignedOfflineFilesHelp1    TEXT    
  2302.             END PART
  2303.             PART !!Lbl_AssignedOfflineFilesHelp2    TEXT    
  2304.             END PART
  2305.             PART !!Lbl_AssignedOfflineFilesHelp3    TEXT    
  2306.             END PART
  2307.  
  2308.             PART !!Blank                            TEXT    
  2309.             END PART
  2310.         
  2311.         PART !!Lbl_AssignedOfflineFilesList   LISTBOX EXPLICITVALUE ADDITIVE
  2312.         END PART
  2313.         END POLICY
  2314.  
  2315.         POLICY !!Pol_NoReminders
  2316.             EXPLAIN !!Pol_NoReminders_Help
  2317.         VALUENAME "NoReminders"
  2318.         VALUEON  NUMERIC 1
  2319.         VALUEOFF NUMERIC 0
  2320.  
  2321.             PART !!Lbl_NoRemindersHelp1       TEXT    
  2322.         END PART
  2323.         PART !!Lbl_NoRemindersHelp2       TEXT    
  2324.         END PART
  2325.         END POLICY
  2326.  
  2327.         POLICY !!Pol_ReminderFreq
  2328.             EXPLAIN !!Pol_ReminderFreq_Help
  2329.  
  2330.             PART !!Lbl_ReminderFreqHelp1  TEXT    
  2331.             END PART
  2332.             PART !!Blank                  TEXT    
  2333.         END PART
  2334.  
  2335.             PART !!Lbl_ReminderFreqSpin         NUMERIC DEFAULT 60 
  2336.         MIN 0 MAX 1440 SPIN 10
  2337.             VALUENAME "ReminderFreqMinutes"
  2338.         END PART
  2339.         END POLICY
  2340.  
  2341.         POLICY !!Pol_ReminderInitTimeout
  2342.             EXPLAIN !!Pol_ReminderInitTimeout_Help
  2343.  
  2344.             PART !!Lbl_ReminderInitTimeoutHelp1  TEXT    
  2345.             END PART
  2346.             PART !!Lbl_ReminderInitTimeoutHelp2  TEXT    
  2347.         END PART
  2348.             PART !!Blank                         TEXT    
  2349.         END PART
  2350.  
  2351.             PART !!Lbl_ReminderInitTimeoutSpin   NUMERIC DEFAULT 30
  2352.         MIN 10 MAX 60 SPIN 1
  2353.             VALUENAME "InitialBalloonTimeoutSeconds"
  2354.         END PART
  2355.         END POLICY
  2356.  
  2357.         POLICY !!Pol_ReminderTimeout
  2358.             EXPLAIN !!Pol_ReminderTimeout_Help
  2359.  
  2360.             PART !!Lbl_ReminderTimeoutHelp1  TEXT    
  2361.         END PART
  2362.             PART !!Lbl_ReminderTimeoutHelp2  TEXT    
  2363.         END PART
  2364.             PART !!Blank                     TEXT    
  2365.         END PART
  2366.  
  2367.             PART !!Lbl_ReminderTimeoutSpin   NUMERIC DEFAULT 15 
  2368.                 MIN 10 MAX 60 SPIN 1
  2369.             VALUENAME "ReminderBalloonTimeoutSeconds"
  2370.         END PART
  2371.         END POLICY
  2372.  
  2373.         POLICY !!Pol_EventLoggingLevel
  2374.          EXPLAIN !!Pol_EventLoggingLevel_Help
  2375.             PART !!Blank              TEXT    
  2376.             END PART
  2377.  
  2378.             PART !!Lbl_EventLoggingLevelSpin   NUMERIC DEFAULT  0
  2379.         MIN 0 MAX 3 SPIN 1
  2380.             VALUENAME "EventLoggingLevel"
  2381.         END PART
  2382.  
  2383.             PART !!Blank              TEXT    
  2384.         END PART
  2385.             PART !!Lbl_EventLoggingLevelHelp1  TEXT    
  2386.         END PART
  2387.             PART !!Lbl_EventLoggingLevelHelp2  TEXT    
  2388.         END PART
  2389.             PART !!Lbl_EventLoggingLevelHelp3  TEXT    
  2390.         END PART
  2391.             PART !!Lbl_EventLoggingLevelHelp4  TEXT    
  2392.         END PART
  2393.         END POLICY
  2394.  
  2395.     END CATEGORY   ; Cat_OfflineFiles
  2396.  
  2397.  
  2398.     CATEGORY !!NetworkConnections    ;user
  2399.  
  2400.         KEYNAME "Software\Policies\Microsoft\Windows\Network Connections"
  2401.         POLICY !!NC_DeleteConnection
  2402.             EXPLAIN !!NC_DeleteConnection_Help
  2403.             VALUENAME "NC_DeleteConnection"
  2404.             VALUEON     NUMERIC 0 
  2405.         VALUEOFF   NUMERIC 1
  2406.  
  2407.         END POLICY
  2408.         POLICY !!NC_DeleteAllUserConnection
  2409.             EXPLAIN !!NC_DeleteAllUserConnection_Help
  2410.             VALUENAME "NC_DeleteAllUserConnection"
  2411.                 VALUEON         NUMERIC 0
  2412.                 VALUEOFF        NUMERIC 1
  2413.         END POLICY
  2414.  
  2415.         POLICY !!NC_RasConnect
  2416.             EXPLAIN !!NC_RasConnect_Help
  2417.             VALUENAME "NC_RasConnect"
  2418.             VALUEON     NUMERIC 0 
  2419.         VALUEOFF   NUMERIC 1
  2420.         END POLICY
  2421.  
  2422.         POLICY !!NC_LanConnect
  2423.             EXPLAIN !!NC_LanConnect_Help
  2424.             VALUENAME "NC_LanConnect"
  2425.             VALUEON      NUMERIC 0 
  2426.         VALUEOFF    NUMERIC 1
  2427.         END POLICY
  2428.  
  2429.         POLICY !!NC_LanProperties
  2430.             EXPLAIN !!NC_LanProperties_Help
  2431.             VALUENAME "NC_LanProperties"
  2432.             VALUEON     NUMERIC 0 
  2433.     VALUEOFF    NUMERIC 1
  2434.         END POLICY
  2435.  
  2436.         POLICY !!NC_RasMyProperties
  2437.             EXPLAIN !!NC_RasMyProperties_Help
  2438.             VALUENAME "NC_RasMyProperties"
  2439.             VALUEON    NUMERIC 0 
  2440.         VALUEOFF   NUMERIC 1
  2441.         END POLICY
  2442.  
  2443.         POLICY !!NC_RasAllUserProperties
  2444.             EXPLAIN !!NC_RasAllUserProperties_Help
  2445.             VALUENAME "NC_RasAllUserProperties"
  2446.             VALUEON      NUMERIC 0 
  2447.         VALUEOFF     NUMERIC 1
  2448.         END POLICY
  2449.  
  2450.         POLICY !!NC_RenameConnection
  2451.             EXPLAIN !!NC_RenameConnection_Help
  2452.             VALUENAME "NC_RenameConnection"
  2453.             VALUEON     NUMERIC 0 
  2454.         VALUEOFF    NUMERIC 1
  2455.         END POLICY
  2456.  
  2457.         POLICY !!NC_RenameMyRasConnection
  2458.            EXPLAIN !!NC_RenameMyRasConnection_Help
  2459.            VALUENAME "NC_RenameMyRasConnection"
  2460.             VALUEON     NUMERIC 0 
  2461.         VALUEOFF    NUMERIC 1
  2462.         END POLICY
  2463.  
  2464.         POLICY !!NC_AddRemoveComponents
  2465.             EXPLAIN !!NC_AddRemoveComponents_Help
  2466.             VALUENAME "NC_AddRemoveComponents"
  2467.                 VALUEON      NUMERIC 0 
  2468.                 VALUEOFF    NUMERIC 1
  2469.         END POLICY
  2470.  
  2471.         POLICY !!NC_ChangeBindState
  2472.             EXPLAIN !!NC_ChangeBindState_Help
  2473.             VALUENAME "NC_ChangeBindState"
  2474.             VALUEON     NUMERIC 0 
  2475.     VALUEOFF    NUMERIC 1
  2476.         END POLICY
  2477.  
  2478.         POLICY !!NC_LanChangeProperties
  2479.             EXPLAIN !!NC_LanChangeProperties_Help
  2480.             VALUENAME "NC_LanChangeProperties"
  2481.             VALUEON     NUMERIC 0 
  2482.         VALUEOFF    NUMERIC 1
  2483.         END POLICY
  2484.  
  2485.         POLICY !!NC_RasChangeProperties
  2486.             EXPLAIN !!NC_RasChangeProperties_Help
  2487.             VALUENAME "NC_RasChangeProperties"
  2488.             VALUEON     NUMERIC 0 
  2489.         VALUEOFF    NUMERIC 1
  2490.         END POLICY
  2491.  
  2492.         POLICY !!NC_NewConnectionWizard
  2493.             EXPLAIN !!NC_NewConnectionWizard_Help
  2494.             VALUENAME "NC_NewConnectionWizard"
  2495.                 VALUEON     NUMERIC 0 
  2496.                 VALUEOFF    NUMERIC 1
  2497.         END POLICY
  2498.  
  2499.         POLICY !!NC_Statistics
  2500.             EXPLAIN !!NC_Statistics_Help
  2501.             VALUENAME "NC_Statistics"
  2502.             VALUEON     NUMERIC 0 
  2503.     VALUEOFF    NUMERIC 1
  2504.         END POLICY
  2505.  
  2506.         POLICY !!NC_DialupPrefs
  2507.             EXPLAIN !!NC_DialupPrefs_Help
  2508.             VALUENAME "NC_DialupPrefs"
  2509.             VALUEON     NUMERIC 0 
  2510.     VALUEOFF    NUMERIC 1
  2511.         END POLICY
  2512.  
  2513.     POLICY !!NC_AdvancedSettings
  2514.             EXPLAIN !!NC_AdvancedSettings_Help
  2515.             VALUENAME "NC_AdvancedSettings"
  2516.             VALUEON     NUMERIC 0 
  2517.     VALUEOFF    NUMERIC 1
  2518.         END POLICY
  2519.  
  2520.         POLICY !!NC_ShowSharedAccessUI
  2521.             EXPLAIN !!NC_ShowSharedAccessUI_Help
  2522.             VALUENAME "NC_ShowSharedAccessUI"
  2523.             VALUEON      NUMERIC 0 
  2524.         VALUEOFF    NUMERIC 1
  2525.         END POLICY          
  2526.        
  2527.         POLICY !!NC_AllowAdvancedTCPIPConfig
  2528.             EXPLAIN !!NC_AllowAdvancedTCPIPConfig_Help
  2529.             VALUENAME "NC_AllowAdvancedTCPIPConfig"
  2530.                 VALUEON         NUMERIC 0 
  2531.                 VALUEOFF        NUMERIC 1
  2532.         END POLICY
  2533.  
  2534.     END CATEGORY  ;NetworkConnections
  2535.  
  2536. END CATEGORY  ;Network
  2537.  
  2538. CATEGORY !!SystemControl
  2539.  
  2540.    POLICY !!NoWelcomeTips
  2541.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2542.     EXPLAIN !!NoWelcomeTips_Help 
  2543.            VALUENAME "NoWelcomeScreen"
  2544.     END POLICY
  2545.  
  2546.  
  2547.     POLICY !!Y2K
  2548.     KEYNAME "Software\Policies\Microsoft\Control Panel\International\Calendars\TwoDigitYearMax"
  2549.     EXPLAIN !!Y2K_Help
  2550.  
  2551.         PART !!Y2KSysCtrl   TEXT    
  2552.     END PART 
  2553.         PART !!Y2KYear    NUMERIC
  2554.             VALUENAME "1"
  2555.         MIN 2001 MAX 2099 DEFAULT 2029
  2556.         TXTCONVERT
  2557.     END PART
  2558.     END POLICY
  2559.  
  2560.     POLICY !!DriverSigning
  2561.             KEYNAME "Software\Policies\Microsoft\Windows NT\Driver Signing"
  2562.             EXPLAIN !!DriverSigning_Help
  2563.  
  2564.             PART !!DriverSigningOp     DROPDOWNLIST  NOSORT
  2565.             VALUENAME "BehaviorOnFailedVerify"
  2566.             ITEMLIST
  2567.                 NAME !!DriverSign_None      VALUE NUMERIC  0
  2568.                 NAME !!DriverSign_Warn      VALUE NUMERIC  1 DEFAULT
  2569.                 NAME !!DriverSign_Block     VALUE NUMERIC  2
  2570.              END ITEMLIST
  2571.         END PART
  2572.     END POLICY
  2573.  
  2574.     POLICY !!ShellName
  2575.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  2576.         EXPLAIN !!ShellName_Help
  2577.  
  2578.         PART !!ShellNameInst         EDITTEXT REQUIRED
  2579.             VALUENAME "Shell"
  2580.         END PART
  2581.     END POLICY
  2582.  
  2583.     POLICY !!DisableCMD
  2584.         KEYNAME "Software\Policies\Microsoft\Windows\System"
  2585.         EXPLAIN !!DisableCMD_Help
  2586.  
  2587.         PART !!DisableCMDScripts     DROPDOWNLIST  NOSORT
  2588.          VALUENAME "DisableCMD"
  2589.          ITEMLIST
  2590.              NAME !!DisableCMD_YES    VALUE NUMERIC  1 
  2591.              NAME !!DisableCMD_NO     VALUE NUMERIC  2 DEFAULT
  2592.           END ITEMLIST
  2593.     END PART
  2594.     END POLICY
  2595.  
  2596.     POLICY !!DisableRegedit
  2597.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  2598.         EXPLAIN !!DisableRegedit_Help
  2599.         VALUENAME "DisableRegistryTools"
  2600.     END POLICY
  2601.  
  2602.     POLICY !!RestrictApps
  2603.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2604.         EXPLAIN !!RestrictApps_Help
  2605.     VALUENAME "RestrictRun"
  2606.  
  2607.     PART !!RestrictAppsList LISTBOX
  2608.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictRun"
  2609.         VALUEPREFIX ""
  2610.     END PART
  2611.  
  2612.     PART !!RestrictApps_Tip1            TEXT    
  2613.         END PART
  2614.         PART !!RestrictApps_Tip2            TEXT    
  2615.         END PART
  2616.         PART !!RestrictApps_Tip3            TEXT    
  2617.         END PART    
  2618.         PART !!RestrictApps_Tip4            TEXT    
  2619.         END PART
  2620.     END POLICY
  2621.  
  2622.     POLICY !!DisallowApps
  2623.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2624.         EXPLAIN !!DisallowApps_Help
  2625.     VALUENAME "DisallowRun"
  2626.  
  2627.     PART !!DisallowAppsList LISTBOX
  2628.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun"
  2629.         VALUEPREFIX ""
  2630.     END PART
  2631.  
  2632.         PART !!DisallowApps_Tip1            TEXT    
  2633.         END PART
  2634.         PART !!DisallowApps_Tip2            TEXT    
  2635.         END PART
  2636.         PART !!DisallowApps_Tip3            TEXT    
  2637.         END PART    
  2638.         PART !!DisallowApps_Tip4            TEXT    
  2639.         END PART
  2640.     END POLICY 
  2641.  
  2642.     POLICY !!Autorun
  2643.            KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2644.     EXPLAIN !!Autorun_Help
  2645.         PART !!Autorun_Box          DROPDOWNLIST REQUIRED
  2646.             VALUENAME "NoDriveTypeAutoRun"
  2647.         ITEMLIST
  2648.                    NAME !!Autorun_NoCD        VALUE NUMERIC 181  DEFAULT
  2649.         NAME !!Autorun_None       VALUE NUMERIC 255
  2650.             END ITEMLIST
  2651.         END PART
  2652.     END POLICY
  2653.  
  2654.     POLICY !!AppMgmt_COM_SearchForCLSID
  2655.         KEYNAME "Software\Policies\Microsoft\Windows\App Management"
  2656.         EXPLAIN !!AppMgmt_COM_SearchForCLSID_Help
  2657.         VALUENAME "COMClassStore"
  2658.     END POLICY
  2659.  
  2660.  
  2661.     CATEGORY !!LogonLogoff
  2662.  
  2663.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  2664.  
  2665.     POLICY !!DisableTaskMgr    
  2666.             EXPLAIN !!DisableTaskMgr_Help
  2667.             VALUENAME "DisableTaskMgr"
  2668.         END POLICY
  2669.  
  2670.         POLICY !!DisableLockComputer     
  2671.               EXPLAIN !!DisableLockComputer_Help
  2672.             VALUENAME "DisableLockWorkstation"
  2673.         END POLICY
  2674.  
  2675.         POLICY !!DisableChangePassword    
  2676.             EXPLAIN !!DisableChangePassword_Help
  2677.             VALUENAME "DisableChangePassword"
  2678.         END POLICY
  2679.  
  2680.     POLICY !!NoLogoff 
  2681.               KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2682.         EXPLAIN !!NoLogOff_Help
  2683.         VALUENAME "NoLogoff"
  2684.         END POLICY
  2685.  
  2686.         POLICY !!Run_Logon_Script_Sync
  2687.             EXPLAIN !!Run_Logon_Script_Sync_Help
  2688.         VALUENAME "RunLogonScriptSync"
  2689.         END POLICY
  2690.  
  2691.         POLICY !!Run_Legacy_Logon_Script_Hidden
  2692.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  2693.             EXPLAIN !!Run_Legacy_Logon_Script_Hidden_Explain
  2694.             VALUENAME "HideLegacyLogonScripts"
  2695.                 VALUEON     NUMERIC 1
  2696.                 VALUEOFF   NUMERIC 0
  2697.         END POLICY
  2698.  
  2699.         POLICY !!Run_Logon_Script_Visible
  2700.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  2701.             EXPLAIN !!Run_Logon_Script_Visible_Explain
  2702.             VALUENAME "HideLogonScripts"
  2703.                 VALUEON     NUMERIC 0
  2704.                 VALUEOFF    NUMERIC 1
  2705.         END POLICY
  2706.  
  2707.         POLICY !!Run_Logoff_Script_Visible
  2708.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  2709.             EXPLAIN !!Run_Logoff_Script_Visible_Explain
  2710.             VALUENAME "HideLogoffScripts"
  2711.                 VALUEON    NUMERIC 0
  2712.                 VALUEOFF  NUMERIC 1
  2713.         END POLICY
  2714.    
  2715.     POLICY !!Connect_HomeDir_ToRoot
  2716.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  2717.             EXPLAIN !!Connect_HomeDir_ToRoot_Explain
  2718.             VALUENAME "ConnectHomeDirToRoot"
  2719.                 VALUEON    NUMERIC 1
  2720.                 VALUEOFF  NUMERIC 0
  2721.         END POLICY
  2722.  
  2723.         POLICY !!LimitSize
  2724.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  2725.             EXPLAIN !!LimitSize_Help
  2726.             VALUENAME "EnableProfileQuota"
  2727.  
  2728.             PART !!SizeMessage                   EDITTEXT
  2729.                DEFAULT !!DefaultSizeMessage
  2730.                 VALUENAME "ProfileQuotaMessage"
  2731.             END PART
  2732.  
  2733.             PART !!ProfileSize                   NUMERIC REQUIRED SPIN 100
  2734.                 VALUENAME "MaxProfileSize"
  2735.                     DEFAULT 30000
  2736.                     MAX    30000
  2737.                     MIN    300
  2738.             END PART
  2739.  
  2740.             PART !!IncludeRegInProQuota          CHECKBOX
  2741.                 VALUENAME "IncludeRegInProQuota"
  2742.             END PART
  2743.  
  2744.             PART !!WarnUser                      CHECKBOX
  2745.                 VALUENAME "WarnUser"
  2746.             END PART
  2747.  
  2748.             PART !!WarnUserTimeout               NUMERIC REQUIRED SPIN 5
  2749.                 VALUENAME "WarnUserTimeout"
  2750.                 DEFAULT 15
  2751.                 MIN    0
  2752.             END PART
  2753.         END POLICY
  2754.  
  2755.         POLICY !!ExcludeDirectories
  2756.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  2757.             EXPLAIN !!ExcludeDirectories_Help
  2758.  
  2759.             PART !!ExcludeMessage                EDITTEXT
  2760.              DEFAULT !!DefaultExcludeMessage
  2761.                 VALUENAME "ExcludeProfileDirs"
  2762.             END PART
  2763.  
  2764.             PART !!Exclude_Tip1                  TEXT  
  2765.             END PART
  2766.             PART !!Exclude_Tip2                  TEXT  
  2767.             END PART
  2768.         END POLICY
  2769.  
  2770.     POLICY !!Run
  2771.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run"
  2772.             EXPLAIN !!Run_Help
  2773.  
  2774.         PART !!RunListBox    LISTBOX 
  2775.             VALUEPREFIX ""
  2776.              END PART
  2777.         END POLICY
  2778.  
  2779.         POLICY !!DisableExplorerRunOnceLegacy
  2780.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2781.         EXPLAIN !!DisableExplorerRunOnceLegacy_Help
  2782.         VALUENAME "DisableLocalMachineRunOnce"
  2783.         END POLICY
  2784.  
  2785.         POLICY !!DisableExplorerRunLegacy
  2786.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2787.         EXPLAIN !!DisableExplorerRunLegacy_Help
  2788.             VALUENAME "DisableLocalMachineRun"
  2789.         END POLICY
  2790.  
  2791.     END CATEGORY ; LogonLogoff
  2792.  
  2793.     CATEGORY !!PolicyPolicies
  2794.  
  2795.         POLICY !!GroupPolicyRefreshRateUser
  2796.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  2797.             EXPLAIN !!GroupPolicyRefreshRateUser_Help
  2798.  
  2799.             PART !!GPRefreshRate_U_Desc1      TEXT    
  2800.             END PART
  2801.             PART !!GPRefreshRate_U_Desc2      TEXT    
  2802.             END PART
  2803.  
  2804.             PART !!GPRefreshRate    NUMERIC REQUIRED
  2805.                 MIN 0 MAX 64800 DEFAULT 90
  2806.                 VALUENAME "GroupPolicyRefreshTime"
  2807.             END PART
  2808.  
  2809.             PART !!Blank                     TEXT    
  2810.             END PART
  2811.             PART !!GPRefreshRateOffset_Desc1          TEXT    
  2812.         END PART
  2813.             PART !!GPRefreshRateOffset_Desc2          TEXT    
  2814.             END PART
  2815.             PART !!GPRefreshRateOffset_Desc3      TEXT    
  2816.             END PART
  2817.  
  2818.             PART !!GPRefreshRateOffset    NUMERIC REQUIRED
  2819.                 MIN 0 MAX 1440 DEFAULT 30
  2820.                 VALUENAME "GroupPolicyRefreshTimeOffset"
  2821.             END PART
  2822.         END POLICY
  2823.        
  2824.         POLICY !!GPTransferRate
  2825.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  2826.             EXPLAIN !!GPTransferRate_Help
  2827.  
  2828.             PART !!TransferRateTip1 TEXT
  2829.             END PART
  2830.             PART !!TransferRateTip2 TEXT
  2831.             END PART
  2832.             PART !!TransferRateTip3 TEXT
  2833.             END PART
  2834.             PART !!TransferRateTip4 TEXT
  2835.             END PART
  2836.             PART !!Blank            TEXT
  2837.             END PART
  2838.  
  2839.             PART !!TransferRateOp NUMERIC
  2840.                 MIN 0 MAX 4294967200 DEFAULT 500 SPIN 100
  2841.                 VALUENAME "GroupPolicyMinTransferRate"
  2842.             END PART
  2843.  
  2844.             PART !!Blank            TEXT
  2845.             END PART
  2846.             PART !!TransferRateTip5 TEXT
  2847.             END PART
  2848.         END POLICY
  2849.  
  2850.         POLICY !!GPDCOptions
  2851.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  2852.             EXPLAIN !!GPDCOptions_Help
  2853.  
  2854.             PART !!GPDCOptionsDesc DROPDOWNLIST NOSORT
  2855.             VALUENAME "DCOption"
  2856.             ITEMLIST
  2857.                 NAME !!GPDCOptionPDC      VALUE NUMERIC 1  DEFAULT
  2858.                 NAME !!GPDCOptionInherit  VALUE NUMERIC 2
  2859.                 NAME !!GPDCOptionAny      VALUE NUMERIC 3
  2860.             END ITEMLIST
  2861.             END PART
  2862.         END POLICY
  2863.  
  2864.         POLICY !!NewGPOLinksDisabled
  2865.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  2866.             EXPLAIN !!NewGPOLinksDisabled_Help
  2867.             VALUENAME "NewGPOLinksDisabled"
  2868.         END POLICY
  2869.  
  2870.         POLICY !!EnforcePoliciesOnly
  2871.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  2872.             EXPLAIN !!EnforcePoliciesOnly_Help
  2873.             VALUENAME "ShowPoliciesOnly"
  2874.         END POLICY
  2875.  
  2876.         POLICY !!DisableAutoADMUpdate
  2877.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  2878.             EXPLAIN !!DisableAutoADMUpdate_Help
  2879.             VALUENAME "DisableAutoADMUpdate"
  2880.         END POLICY
  2881.  
  2882.     END CATEGORY ; PolicyPolicies
  2883.  
  2884. END CATEGORY ; SystemControl
  2885.  
  2886. CATEGORY !!WindowsComponents
  2887.     CATEGORY !!WindowsExplorer
  2888.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2889.  
  2890.     POLICY !!ClassicShell 
  2891.         EXPLAIN !!ClassicShell_Help
  2892.         VALUENAME "ClassicShell"
  2893.     END POLICY
  2894.  
  2895.         
  2896.     POLICY !!NoFolderOptions
  2897.         EXPLAIN !!NoFolderOptions_Help
  2898.         VALUENAME "NoFolderOptions"
  2899.     END POLICY
  2900.  
  2901.     POLICY !!NoFileMenu 
  2902.             EXPLAIN !!NoFileMenu_Help
  2903.         VALUENAME "NoFileMenu"
  2904.         END POLICY
  2905.  
  2906.     POLICY !!NoNetConnectDisconnect 
  2907.                EXPLAIN !!NoNetConnectDisconnect_Help
  2908.         VALUENAME "NoNetConnectDisconnect"
  2909.      END POLICY
  2910.  
  2911.     POLICY !!NoShellSearchButton
  2912.         EXPLAIN !!NoShellSearchButton_Help        
  2913.         VALUENAME "NoShellSearchButton"
  2914.         END POLICY
  2915.  
  2916.     POLICY !!NoViewContextMenu 
  2917.             EXPLAIN !!NoViewContextMenu_Help
  2918.         VALUENAME "NoViewContextMenu"
  2919.         END POLICY
  2920.  
  2921.     POLICY !!NoManageMyComputerVerb
  2922.             EXPLAIN !!NoManageMyComputerVerb_Help
  2923.         VALUENAME "NoManageMyComputerVerb"
  2924.         END POLICY
  2925.  
  2926.      POLICY !!EnforceShellExtensionSecurity 
  2927.             EXPLAIN !!EnforceShellExtensionSecurity_Help
  2928.         VALUENAME "EnforceShellExtensionSecurity"
  2929.      END POLICY
  2930.  
  2931.         POLICY !!LinkResolveIgnoreLinkInfo 
  2932.             EXPLAIN !!LinkResolveIgnoreLinkInfo_Help
  2933.         VALUENAME "LinkResolveIgnoreLinkInfo"
  2934.         END POLICY
  2935.  
  2936.         POLICY !!NoDrives 
  2937.             EXPLAIN !!NoDrives_Help
  2938.         PART !!NoDrivesDropdown    DROPDOWNLIST NOSORT REQUIRED
  2939.         VALUENAME "NoDrives"
  2940.         ITEMLIST
  2941.             NAME !!ABOnly           VALUE NUMERIC    3
  2942.             NAME !!COnly            VALUE NUMERIC    4
  2943.             NAME !!DOnly            VALUE NUMERIC     8
  2944.             NAME !!ABConly          VALUE NUMERIC     7
  2945.             NAME !!ABCDOnly         VALUE NUMERIC    15
  2946.             NAME !!ALLDrives        VALUE NUMERIC    67108863 DEFAULT 
  2947.                          ; low 26 bits on (1 bit per drive)
  2948.             NAME !!RestNoDrives     VALUE NUMERIC    0
  2949.         END ITEMLIST
  2950.         END PART            
  2951.     END POLICY
  2952.  
  2953.         POLICY !!NoViewOnDrive
  2954.             EXPLAIN !!NoViewOnDrive_Help
  2955.         PART !!NoDrivesDropdown    DROPDOWNLIST NOSORT REQUIRED
  2956.         VALUENAME "NoViewOnDrive"
  2957.         ITEMLIST
  2958.             NAME !!ABOnly           VALUE NUMERIC    3
  2959.             NAME !!COnly            VALUE NUMERIC    4
  2960.             NAME !!DOnly            VALUE NUMERIC     8
  2961.             NAME !!ABConly          VALUE NUMERIC     7
  2962.             NAME !!ABCDOnly         VALUE NUMERIC    15
  2963.             NAME !!ALLDrives        VALUE NUMERIC    67108863 DEFAULT 
  2964.                          ; low 26 bits on (1 bit per drive)
  2965.             NAME !!RestNoDrives     VALUE NUMERIC    0
  2966.         END ITEMLIST
  2967.         END PART            
  2968.     END POLICY
  2969.  
  2970.        
  2971.     POLICY !!NoHardwareTab
  2972.             EXPLAIN !!NoHardwareTab_Help
  2973.         VALUENAME "NoHardwareTab"
  2974.         END POLICY
  2975.  
  2976.     POLICY !!NoChangeAnimation 
  2977.             EXPLAIN !!NoChangeAnimation_Help
  2978.         VALUENAME "NoChangeAnimation"
  2979.       END POLICY
  2980.  
  2981.      POLICY !!NoChangeKeyboardNavigationIndicators 
  2982.             EXPLAIN !!NoChangeKeyboardNavigationIndicators_Help
  2983.         VALUENAME "NoChangeKeyboardNavigationIndicators"
  2984.      END POLICY
  2985.     
  2986.     POLICY !!NoDFSTab
  2987.         EXPLAIN !!NoDFSTab_Help
  2988.         VALUENAME "NoDFSTab"
  2989.     END POLICY
  2990.  
  2991.     POLICY !!NoWorkgroupContents
  2992.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2993.           EXPLAIN !!NoWorkgroupContents_Help
  2994.         VALUENAME "NoComputersNearMe"
  2995.     END POLICY
  2996.  
  2997.     POLICY !!NoEntireNetwork    
  2998.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Network"
  2999.         EXPLAIN !!NoEntireNetwork_Help
  3000.         VALUENAME "NoEntireNetwork"
  3001.     END POLICY
  3002.  
  3003.     POLICY !!MaxRecentDocs          
  3004.             EXPLAIN !!MaxRecentDocs_Help
  3005.             PART !!MaxRecentDocs          NUMERIC REQUIRED
  3006.         VALUENAME "MaxRecentDocs"
  3007.             DEFAULT 15
  3008.             END PART
  3009.     END POLICY
  3010.  
  3011.     POLICY !!NoRunAsInstallPrompt
  3012.         EXPLAIN !!NoRunAsInstallPrompt_Help
  3013.         VALUENAME "NoRunasInstallPrompt"
  3014.         END POLICY
  3015.  
  3016.     POLICY !!PromptRunasInstallNetPath
  3017.             EXPLAIN !!PromptRunasInstallNetPath_Help
  3018.             VALUENAME "PromptRunasInstallNetPath"
  3019.         END POLICY
  3020.  
  3021.     CATEGORY !!Comdlg
  3022.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Comdlg32"
  3023.             POLICY !!NoPlacesBar
  3024.         EXPLAIN !!NoPlacesBar_Help 
  3025.             VALUENAME "NoPlacesBar"
  3026.             END POLICY
  3027.  
  3028.             POLICY !!NoBackButton 
  3029.         EXPLAIN !!NoBackButton_Help
  3030.             VALUENAME "NoBackButton"
  3031.             END POLICY
  3032.  
  3033.             POLICY !!NoFileMRU 
  3034.         EXPLAIN !!NoFileMRU_Help
  3035.               VALUENAME "NoFileMru" 
  3036.             END POLICY
  3037.     
  3038.     END CATEGORY ;;comdlg
  3039.  
  3040.  
  3041.     END CATEGORY ;; WindowsExplorer
  3042.  
  3043.  
  3044.     CATEGORY !!MMC 
  3045.  
  3046.         KEYNAME "Software\Policies\Microsoft\MMC"
  3047.  
  3048.         POLICY !!MMC_Restrict_Author
  3049.             EXPLAIN !!MMC_restrict_Author_Explain
  3050.             VALUENAME "RestrictAuthorMode"
  3051.                 VALUEON    NUMERIC  1
  3052.                 VALUEOFF  NUMERIC 0
  3053.         END POLICY
  3054.  
  3055.         POLICY !!MMC_Restrict_To_Permitted_Snapins
  3056.             EXPLAIN !!MMC_restrict_To_Permitted_Snapins_Explain
  3057.             VALUENAME "RestrictToPermittedSnapins"
  3058.                 VALUEON    NUMERIC  1
  3059.                 VALUEOFF  NUMERIC 0
  3060.         END POLICY
  3061.  
  3062.  
  3063.         CATEGORY !!MMC_RESTRICT
  3064.  
  3065.             POLICY !!MMC_ActiveDirUsers&Comp
  3066.                 KEYNAME "Software\Policies\Microsoft\MMC\{E355E538-1C2E-11D0-8C37-00C04FD8FE93}"
  3067.                 EXPLAIN !!MMC_Restrict_Explain
  3068.                 VALUENAME "Restrict_Run"
  3069.                     VALUEON   NUMERIC 0
  3070.                     VALUEOFF  NUMERIC 1
  3071.             END POLICY
  3072.  
  3073.             POLICY !!MMC_ActiveDirDom&Trusts
  3074.                 KEYNAME "Software\Policies\Microsoft\MMC\{EBC53A38-A23F-11D0-B09B-00C04FD8DCA6}"
  3075.                 EXPLAIN !!MMC_Restrict_Explain
  3076.                 VALUENAME "Restrict_Run"
  3077.                     VALUEON   NUMERIC 0
  3078.                     VALUEOFF  NUMERIC 1
  3079.             END POLICY
  3080.  
  3081.             POLICY !!MMC_ActiveDirSites&Services
  3082.                 KEYNAME "Software\Policies\Microsoft\MMC\{D967F824-9968-11D0-B936-00C04FD8D5B0}"
  3083.                 EXPLAIN !!MMC_Restrict_Explain
  3084.                 VALUENAME "Restrict_Run"
  3085.                     VALUEON   NUMERIC 0
  3086.                     VALUEOFF  NUMERIC 1
  3087.             END POLICY
  3088.  
  3089.             POLICY !!MMC_Certs
  3090.                 KEYNAME "Software\Policies\Microsoft\MMC\{53D6AB1D-2488-11D1-A28C-00C04FB94F17}"
  3091.                 EXPLAIN !!MMC_Restrict_Explain
  3092.                 VALUENAME "Restrict_Run"
  3093.                     VALUEON   NUMERIC 0
  3094.                     VALUEOFF  NUMERIC 1
  3095.             END POLICY
  3096.  
  3097.             POLICY !!MMC_ComponentServices
  3098.                 KEYNAME "Software\Policies\Microsoft\MMC\{C9BC92DF-5B9A-11D1-8F00-00C04FC2C17B}"
  3099.                 EXPLAIN !!MMC_Restrict_Explain
  3100.                 VALUENAME "Restrict_Run"
  3101.                     VALUEON   NUMERIC 0
  3102.                     VALUEOFF  NUMERIC 1
  3103.             END POLICY
  3104.  
  3105.  
  3106.             POLICY !!MMC_ComputerManagement
  3107.                 KEYNAME "Software\Policies\Microsoft\MMC\{58221C67-EA27-11CF-ADCF-00AA00A80033}"
  3108.                 EXPLAIN !!MMC_Restrict_Explain
  3109.                 VALUENAME "Restrict_Run"
  3110.                     VALUEON   NUMERIC 0
  3111.                     VALUEOFF  NUMERIC 1
  3112.             END POLICY
  3113.  
  3114.  
  3115.             POLICY !!MMC_DeviceManager
  3116.                 KEYNAME "Software\Policies\Microsoft\MMC\{90087284-d6d6-11d0-8353-00a0c90640bf}"
  3117.                 EXPLAIN !!MMC_Restrict_Explain
  3118.                 VALUENAME "Restrict_Run"
  3119.                     VALUEON   NUMERIC 0
  3120.                     VALUEOFF  NUMERIC 1
  3121.             END POLICY
  3122.  
  3123.             POLICY !!MMC_DiskMgmt
  3124.                 KEYNAME "Software\Policies\Microsoft\MMC\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}"
  3125.                 EXPLAIN !!MMC_Restrict_Explain
  3126.                 VALUENAME "Restrict_Run"
  3127.                     VALUEON   NUMERIC 0
  3128.                     VALUEOFF  NUMERIC 1
  3129.             END POLICY
  3130.  
  3131.             POLICY !!MMC_DiskDefrag
  3132.                 KEYNAME "Software\Policies\Microsoft\MMC\{43668E21-2636-11D1-A1CE-0080C88593A5}"
  3133.                 EXPLAIN !!MMC_Restrict_Explain
  3134.                 VALUENAME "Restrict_Run"
  3135.                     VALUEON   NUMERIC 0
  3136.                     VALUEOFF  NUMERIC 1
  3137.             END POLICY
  3138.  
  3139.             POLICY !!MMC_DFS
  3140.                 KEYNAME "Software\Policies\Microsoft\MMC\{677A2D94-28D9-11D1-A95B-008048918FB1}"
  3141.                 EXPLAIN !!MMC_Restrict_Explain
  3142.                 VALUENAME "Restrict_Run"
  3143.                     VALUEON   NUMERIC 0
  3144.                     VALUEOFF  NUMERIC 1
  3145.             END POLICY
  3146.  
  3147.             POLICY !!MMC_EventViewer
  3148.                 KEYNAME "Software\Policies\Microsoft\MMC\{975797FC-4E2A-11D0-B702-00C04FD8DBF7}"
  3149.                 EXPLAIN !!MMC_Restrict_Explain
  3150.                 VALUENAME "Restrict_Run"
  3151.                     VALUEON   NUMERIC 0
  3152.                     VALUEOFF  NUMERIC 1
  3153.             END POLICY
  3154.  
  3155.             POLICY !!MMC_FAXService
  3156.                 KEYNAME "Software\Policies\Microsoft\MMC\{753EDB4D-2E1B-11D1-9064-00A0C90AB504}"
  3157.                 EXPLAIN !!MMC_Restrict_Explain
  3158.                 VALUENAME "Restrict_Run"
  3159.                     VALUEON   NUMERIC 0
  3160.                     VALUEOFF  NUMERIC 1
  3161.             END POLICY
  3162.  
  3163.             POLICY !!MMC_IndexingService
  3164.                 KEYNAME "Software\Policies\Microsoft\MMC\{95AD72F0-44CE-11D0-AE29-00AA004B9986}"
  3165.                 EXPLAIN !!MMC_Restrict_Explain
  3166.                 VALUENAME "Restrict_Run"
  3167.                     VALUEON   NUMERIC 0
  3168.                     VALUEOFF  NUMERIC 1
  3169.             END POLICY
  3170.  
  3171.             POLICY !!MMC_IAS
  3172.                 KEYNAME "Software\Policies\Microsoft\MMC\{8F8F8DC0-5713-11D1-9551-0060B0576642}"
  3173.                 EXPLAIN !!MMC_Restrict_Explain
  3174.                 VALUENAME "Restrict_Run"
  3175.                     VALUEON   NUMERIC 0
  3176.                     VALUEOFF  NUMERIC 1
  3177.             END POLICY
  3178.  
  3179.             POLICY !!MMC_IIS
  3180.                 KEYNAME "Software\Policies\Microsoft\MMC\{A841B6C2-7577-11D0-BB1F-00A0C922E79C}"
  3181.                 EXPLAIN !!MMC_Restrict_Explain
  3182.                 VALUENAME "Restrict_Run"
  3183.                     VALUEON   NUMERIC 0
  3184.                     VALUEOFF  NUMERIC 1
  3185.             END POLICY
  3186.  
  3187.             POLICY !!MMC_IPSecurity
  3188.                 KEYNAME "Software\Policies\Microsoft\MMC\{DEA8AFA0-CC85-11d0-9CE2-0080C7221EBD}"
  3189.                 EXPLAIN !!MMC_Restrict_Explain
  3190.                 VALUENAME "Restrict_Run"
  3191.                     VALUEON   NUMERIC 0
  3192.                     VALUEOFF  NUMERIC 1
  3193.             END POLICY
  3194.  
  3195.             POLICY !!MMC_LocalUsers&Groups
  3196.                 KEYNAME "Software\Policies\Microsoft\MMC\{5D6179C8-17EC-11D1-9AA9-00C04FD8FE93}"
  3197.                 EXPLAIN !!MMC_Restrict_Explain
  3198.                 VALUENAME "Restrict_Run"
  3199.                     VALUEON   NUMERIC 0
  3200.                     VALUEOFF  NUMERIC 1
  3201.             END POLICY
  3202.  
  3203.             POLICY !!MMC_PerfLogs&Alerts
  3204.                 KEYNAME "Software\Policies\Microsoft\MMC\{7478EF61-8C46-11d1-8D99-00A0C913CAD4}"
  3205.                 EXPLAIN !!MMC_Restrict_Explain
  3206.                 VALUENAME "Restrict_Run"
  3207.                     VALUEON   NUMERIC 0
  3208.                     VALUEOFF  NUMERIC 1
  3209.             END POLICY
  3210.  
  3211.             POLICY !!MMC_QoSAdmission
  3212.                 KEYNAME "Software\Policies\Microsoft\MMC\{FD57D297-4FD9-11D1-854E-00C04FC31FD3}"
  3213.                 EXPLAIN !!MMC_Restrict_Explain
  3214.                 VALUENAME "Restrict_Run"
  3215.                     VALUEON   NUMERIC 0
  3216.                     VALUEOFF  NUMERIC 1
  3217.             END POLICY
  3218.  
  3219.             POLICY !!MMC_RSM
  3220.                 KEYNAME "Software\Policies\Microsoft\MMC\{3CB6973D-3E6F-11D0-95DB-00A024D77700}"
  3221.                 EXPLAIN !!MMC_Restrict_Explain
  3222.                 VALUENAME "Restrict_Run"
  3223.                     VALUEON   NUMERIC 0
  3224.                     VALUEOFF  NUMERIC 1
  3225.             END POLICY
  3226.  
  3227.             POLICY !!MMC_R&RA
  3228.                 KEYNAME "Software\Policies\Microsoft\MMC\{1AA7F839-C7F5-11D0-A376-00C04FC9DA04}"
  3229.                 EXPLAIN !!MMC_Restrict_Explain
  3230.                 VALUENAME "Restrict_Run"
  3231.                     VALUEON   NUMERIC 0
  3232.                     VALUEOFF  NUMERIC 1
  3233.             END POLICY
  3234.  
  3235.             POLICY !!MMC_SCA
  3236.                 KEYNAME "Software\Policies\Microsoft\MMC\{011BE22D-E453-11D1-945A-00C04FB984F9}"
  3237.                 EXPLAIN !!MMC_Restrict_Explain
  3238.                 VALUENAME "Restrict_Run"
  3239.                     VALUEON   NUMERIC 0
  3240.                     VALUEOFF  NUMERIC 1
  3241.             END POLICY
  3242.  
  3243.             POLICY !!MMC_SecurityTemplates
  3244.                 KEYNAME "Software\Policies\Microsoft\MMC\{5ADF5BF6-E452-11D1-945A-00C04FB984F9}"
  3245.                 EXPLAIN !!MMC_Restrict_Explain
  3246.                 VALUENAME "Restrict_Run"
  3247.                     VALUEON   NUMERIC 0
  3248.                     VALUEOFF  NUMERIC 1
  3249.             END POLICY
  3250.  
  3251.             POLICY !!MMC_Services
  3252.                 KEYNAME "Software\Policies\Microsoft\MMC\{58221C66-EA27-11CF-ADCF-00AA00A80033}"
  3253.                 EXPLAIN !!MMC_Restrict_Explain
  3254.                 VALUENAME "Restrict_Run"
  3255.                     VALUEON   NUMERIC 0
  3256.                     VALUEOFF  NUMERIC 1
  3257.             END POLICY
  3258.  
  3259.             POLICY !!MMC_SharedFolders
  3260.                 KEYNAME "Software\Policies\Microsoft\MMC\{58221C65-EA27-11CF-ADCF-00AA00A80033}"
  3261.                 EXPLAIN !!MMC_Restrict_Explain
  3262.                 VALUENAME "Restrict_Run"
  3263.                     VALUEON   NUMERIC 0
  3264.                     VALUEOFF  NUMERIC 1
  3265.             END POLICY
  3266.  
  3267.             POLICY !!MMC_SysInfo
  3268.                 KEYNAME "Software\Policies\Microsoft\MMC\{45ac8c63-23e2-11d1-a696-00c04fd58bc3}"
  3269.                 EXPLAIN !!MMC_Restrict_Explain
  3270.                 VALUENAME "Restrict_Run"
  3271.                     VALUEON   NUMERIC 0
  3272.                     VALUEOFF  NUMERIC 1
  3273.             END POLICY
  3274.  
  3275.             POLICY !!MMC_Telephony
  3276.                 KEYNAME "Software\Policies\Microsoft\MMC\{E26D02A0-4C1F-11D1-9AA1-00C04FC3357A}"
  3277.                 EXPLAIN !!MMC_Restrict_Explain
  3278.                 VALUENAME "Restrict_Run"
  3279.                     VALUEON   NUMERIC 0
  3280.                     VALUEOFF  NUMERIC 1
  3281.             END POLICY
  3282.  
  3283.             POLICY !!MMC_TerminalServices
  3284.                 KEYNAME "Software\Policies\Microsoft\MMC\{B91B6008-32D2-11D2-9888-00A0C925F917}"
  3285.                 EXPLAIN !!MMC_Restrict_Explain
  3286.                 VALUENAME "Restrict_Run"
  3287.                     VALUEON   NUMERIC 0
  3288.                     VALUEOFF  NUMERIC 1
  3289.             END POLICY
  3290.  
  3291.             POLICY !!MMC_WMI
  3292.                 KEYNAME "Software\Policies\Microsoft\MMC\{5C659257-E236-11D2-8899-00104B2AFB46}"
  3293.                 EXPLAIN !!MMC_Restrict_Explain
  3294.                 VALUENAME "Restrict_Run"
  3295.                     VALUEON   NUMERIC 0
  3296.                     VALUEOFF  NUMERIC 1
  3297.             END POLICY
  3298.  
  3299.             CATEGORY !!MMC_ExtensionSnapins
  3300.    
  3301.                 POLICY !!MMC_AppleTalkRouting
  3302.                     KEYNAME "Software\Policies\Microsoft\MMC\{1AA7F83C-C7F5-11D0-A376-00C04FC9DA04}"
  3303.                     EXPLAIN !!MMC_Restrict_Explain
  3304.                     VALUENAME "Restrict_Run"
  3305.                         VALUEON   NUMERIC 0
  3306.                         VALUEOFF  NUMERIC 1
  3307.                 END POLICY
  3308.  
  3309.                 POLICY !!MMC_CertAuth
  3310.                     KEYNAME "Software\Policies\Microsoft\MMC\{3F276EB4-70EE-11D1-8A0F-00C04FB93753}"
  3311.                     EXPLAIN !!MMC_Restrict_Explain
  3312.                     VALUENAME "Restrict_Run"
  3313.                         VALUEON   NUMERIC 0
  3314.                         VALUEOFF  NUMERIC 1
  3315.                 END POLICY
  3316.  
  3317.                 POLICY !!MMC_ConnectionSharingNAT
  3318.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE450B-D6C2-11D0-A37B-00C04FC9DA04}"
  3319.                     EXPLAIN !!MMC_Restrict_Explain
  3320.                     VALUENAME "Restrict_Run"
  3321.                         VALUEON   NUMERIC 0
  3322.                         VALUEOFF  NUMERIC 1
  3323.                 END POLICY
  3324.  
  3325.                 POLICY !!MMC_DCOMCFG
  3326.                     KEYNAME "Software\Policies\Microsoft\MMC\{9EC88934-C774-11d1-87F4-00C04FC2C17B}"
  3327.                     EXPLAIN !!MMC_Restrict_Explain
  3328.                     VALUENAME "Restrict_Run"
  3329.                         VALUEON   NUMERIC 0
  3330.                         VALUEOFF  NUMERIC 1
  3331.                 END POLICY
  3332.  
  3333.                 POLICY !!MMC_DeviceManager
  3334.                     KEYNAME "Software\Policies\Microsoft\MMC\{74246bfc-4c96-11d0-abef-0020af6b0b7a}"
  3335.                     EXPLAIN !!MMC_Restrict_Explain
  3336.                     VALUENAME "Restrict_Run"
  3337.                         VALUEON   NUMERIC 0
  3338.                         VALUEOFF  NUMERIC 1
  3339.                 END POLICY
  3340.  
  3341.                 POLICY !!MMC_DHCPRelayMgmt
  3342.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4502-D6C2-11D0-A37B-00C04FC9DA04}"
  3343.                     EXPLAIN !!MMC_Restrict_Explain
  3344.                     VALUENAME "Restrict_Run"
  3345.                         VALUEON   NUMERIC 0
  3346.                         VALUEOFF  NUMERIC 1
  3347.                 END POLICY
  3348.  
  3349.                 POLICY !!MMC_EventViewer
  3350.                     KEYNAME "Software\Policies\Microsoft\MMC\{394C052E-B830-11D0-9A86-00C04FD8DBF7}"
  3351.                     EXPLAIN !!MMC_Restrict_Explain
  3352.                     VALUENAME "Restrict_Run"
  3353.                         VALUEON   NUMERIC 0
  3354.                         VALUEOFF  NUMERIC 1
  3355.                 END POLICY
  3356.  
  3357.                 POLICY !!MMC_IASLogging
  3358.                     KEYNAME "Software\Policies\Microsoft\MMC\{2E19B602-48EB-11d2-83CA-00104BCA42CF}"
  3359.                     EXPLAIN !!MMC_Restrict_Explain
  3360.                     VALUENAME "Restrict_Run"
  3361.                         VALUEON   NUMERIC 0
  3362.                         VALUEOFF  NUMERIC 1
  3363.                 END POLICY
  3364.  
  3365.                 POLICY !!MMC_IGMPRouting
  3366.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4508-D6C2-11D0-A37B-00C04FC9DA04}"
  3367.                     EXPLAIN !!MMC_Restrict_Explain
  3368.                     VALUENAME "Restrict_Run"
  3369.                         VALUEON   NUMERIC 0
  3370.                         VALUEOFF  NUMERIC 1
  3371.                 END POLICY
  3372.  
  3373.                 POLICY !!MMC_IPRouting
  3374.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4500-D6C2-11D0-A37B-00C04FC9DA04}"
  3375.                     EXPLAIN !!MMC_Restrict_Explain
  3376.                     VALUENAME "Restrict_Run"
  3377.                         VALUEON   NUMERIC 0
  3378.                         VALUEOFF  NUMERIC 1
  3379.                 END POLICY
  3380.  
  3381.                 POLICY !!MMC_IPXRIPRouting
  3382.                     KEYNAME "Software\Policies\Microsoft\MMC\{90810502-38F1-11D1-9345-00C04FC9DA04}"
  3383.                     EXPLAIN !!MMC_Restrict_Explain
  3384.                     VALUENAME "Restrict_Run"
  3385.                         VALUEON   NUMERIC 0
  3386.                         VALUEOFF  NUMERIC 1
  3387.                 END POLICY
  3388.  
  3389.                 POLICY !!MMC_IPXRouting
  3390.                     KEYNAME "Software\Policies\Microsoft\MMC\{90810500-38F1-11D1-9345-00C04FC9DA04}"
  3391.                     EXPLAIN !!MMC_Restrict_Explain
  3392.                     VALUENAME "Restrict_Run"
  3393.                         VALUEON   NUMERIC 0
  3394.                         VALUEOFF  NUMERIC 1
  3395.                 END POLICY
  3396.  
  3397.                 POLICY !!MMC_IPXSAPRouting
  3398.                     KEYNAME "Software\Policies\Microsoft\MMC\{90810504-38F1-11D1-9345-00C04FC9DA04}"
  3399.                     EXPLAIN !!MMC_Restrict_Explain
  3400.                     VALUENAME "Restrict_Run"
  3401.                         VALUEON   NUMERIC 0
  3402.                         VALUEOFF  NUMERIC 1
  3403.                 END POLICY
  3404.  
  3405.                 POLICY !!MMC_Logical&MappedDrives
  3406.                     KEYNAME "Software\Policies\Microsoft\MMC\{6E8E0081-19CD-11D1-AD91-00AA00B8E05A}"
  3407.                     EXPLAIN !!MMC_Restrict_Explain
  3408.                     VALUENAME "Restrict_Run"
  3409.                         VALUEON   NUMERIC 0
  3410.                         VALUEOFF  NUMERIC 1
  3411.                 END POLICY
  3412.  
  3413.                 POLICY !!MMC_OSPFRouting
  3414.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4506-D6C2-11D0-A37B-00C04FC9DA04}"
  3415.                     EXPLAIN !!MMC_Restrict_Explain
  3416.                     VALUENAME "Restrict_Run"
  3417.                         VALUEON   NUMERIC 0
  3418.                         VALUEOFF  NUMERIC 1
  3419.                 END POLICY
  3420.  
  3421.                 POLICY !!MMC_PublicKey
  3422.                     KEYNAME "Software\Policies\Microsoft\MMC\{34AB8E82-C27E-11D1-A6C0-00C04FB94F17}"
  3423.                     EXPLAIN !!MMC_Restrict_Explain
  3424.                     VALUENAME "Restrict_Run"
  3425.                         VALUEON   NUMERIC 0
  3426.                         VALUEOFF  NUMERIC 1
  3427.                 END POLICY
  3428.  
  3429.                 POLICY !!MMC_RAS_DialinUser
  3430.                     KEYNAME "Software\Policies\Microsoft\MMC\{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}"
  3431.                     EXPLAIN !!MMC_Restrict_Explain
  3432.                     VALUENAME "Restrict_Run"
  3433.                         VALUEON   NUMERIC 0
  3434.                         VALUEOFF  NUMERIC 1
  3435.                 END POLICY
  3436.  
  3437.                 POLICY !!MMC_RemoteAccess
  3438.                     KEYNAME "Software\Policies\Microsoft\MMC\{5880CD5C-8EC0-11d1-9570-0060B0576642}"
  3439.                     EXPLAIN !!MMC_Restrict_Explain
  3440.                     VALUENAME "Restrict_Run"
  3441.                         VALUEON   NUMERIC 0
  3442.                         VALUEOFF  NUMERIC 1
  3443.                 END POLICY
  3444.  
  3445.                 POLICY !!MMC_RemStore
  3446.                     KEYNAME "Software\Policies\Microsoft\MMC\{243E20B0-48ED-11D2-97DA-00A024D77700}"
  3447.                     EXPLAIN !!MMC_Restrict_Explain
  3448.                     VALUENAME "Restrict_Run"
  3449.                         VALUEON   NUMERIC 0
  3450.                         VALUEOFF  NUMERIC 1
  3451.                 END POLICY
  3452.  
  3453.                 POLICY !!MMC_RIPRouting
  3454.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4504-D6C2-11D0-A37B-00C04FC9DA04}"
  3455.                     EXPLAIN !!MMC_Restrict_Explain
  3456.                     VALUENAME "Restrict_Run"
  3457.                         VALUEON   NUMERIC 0
  3458.                         VALUEOFF  NUMERIC 1
  3459.                 END POLICY
  3460.  
  3461.                 POLICY !!MMC_Routing
  3462.                     KEYNAME "Software\Policies\Microsoft\MMC\{DAB1A262-4FD7-11D1-842C-00C04FB6C218}"
  3463.                     EXPLAIN !!MMC_Restrict_Explain
  3464.                     VALUENAME "Restrict_Run"
  3465.                         VALUEON   NUMERIC 0
  3466.                         VALUEOFF  NUMERIC 1
  3467.                 END POLICY
  3468.  
  3469.                 POLICY !!MMC_SendConsoleMessage
  3470.                     KEYNAME "Software\Policies\Microsoft\MMC\{B1AFF7D0-0C49-11D1-BB12-00C04FC9A3A3}"
  3471.                     EXPLAIN !!MMC_Restrict_Explain
  3472.                     VALUENAME "Restrict_Run"
  3473.                         VALUEON   NUMERIC 0
  3474.                         VALUEOFF  NUMERIC 1
  3475.                 END POLICY
  3476.  
  3477.                 POLICY !!MMC_ServiceDependencies
  3478.                     KEYNAME "Software\Policies\Microsoft\MMC\{BD95BA60-2E26-AAD1-AD99-00AA00B8E05A}"
  3479.                     EXPLAIN !!MMC_Restrict_Explain
  3480.                     VALUENAME "Restrict_Run"
  3481.                         VALUEON   NUMERIC 0
  3482.                         VALUEOFF  NUMERIC 1
  3483.                 END POLICY
  3484.  
  3485.                 POLICY !!MMC_SMTPProtocol
  3486.                     KEYNAME "Software\Policies\Microsoft\MMC\{03f1f940-a0f2-11d0-bb77-00aa00a1eab7}"
  3487.                     EXPLAIN !!MMC_Restrict_Explain
  3488.                     VALUENAME "Restrict_Run"
  3489.                         VALUEON   NUMERIC 0
  3490.                         VALUEOFF  NUMERIC 1
  3491.                 END POLICY
  3492.  
  3493.                 POLICY !!MMC_SNMP
  3494.                     KEYNAME "Software\Policies\Microsoft\MMC\{7AF60DD3-4979-11D1-8A6C-00C04FC33566}"
  3495.                     EXPLAIN !!MMC_Restrict_Explain
  3496.                     VALUENAME "Restrict_Run"
  3497.                         VALUEON   NUMERIC 0
  3498.                         VALUEOFF  NUMERIC 1
  3499.                 END POLICY
  3500.  
  3501.                 POLICY !!MMC_SysProp
  3502.                     KEYNAME "Software\Policies\Microsoft\MMC\{0F3621F1-23C6-11D1-AD97-00AA00B88E5A}"
  3503.                     EXPLAIN !!MMC_Restrict_Explain
  3504.                     VALUENAME "Restrict_Run"
  3505.                         VALUEON   NUMERIC 0
  3506.                         VALUEOFF  NUMERIC 1
  3507.                 END POLICY
  3508.  
  3509.             END CATEGORY ;; MMC_ExtensionSnapins
  3510.  
  3511.  
  3512.             CATEGORY !!MMC_GroupPolicy
  3513.  
  3514.                 POLICY !!MMC_GroupPolicySnapIn
  3515.                     KEYNAME "Software\Policies\Microsoft\MMC\{8FC0B734-A0E1-11D1-A7D3-0000F87571E3}"
  3516.                     EXPLAIN !!MMC_Restrict_Explain
  3517.                     VALUENAME "Restrict_Run"
  3518.                         VALUEON   NUMERIC 0
  3519.                         VALUEOFF  NUMERIC 1
  3520.                 END POLICY
  3521.  
  3522.                 POLICY !!MMC_GroupPolicyTab
  3523.                     KEYNAME "Software\Policies\Microsoft\MMC\{D70A2BEA-A63E-11D1-A7D4-0000F87571E3}"
  3524.                     EXPLAIN !!MMC_Restrict_Explain
  3525.                     VALUENAME "Restrict_Run"
  3526.                         VALUEON   NUMERIC 0
  3527.                         VALUEOFF  NUMERIC 1
  3528.                 END POLICY
  3529.  
  3530.                 POLICY !!MMC_ADMComputers
  3531.                     KEYNAME "Software\Policies\Microsoft\MMC\{0F6B957D-509E-11D1-A7CC-0000F87571E3}"
  3532.                     EXPLAIN !!MMC_Restrict_Explain
  3533.                     VALUENAME "Restrict_Run"
  3534.                         VALUEON   NUMERIC 0
  3535.                         VALUEOFF  NUMERIC 1
  3536.                 END POLICY
  3537.  
  3538.                 POLICY !!MMC_ADMUsers
  3539.                     KEYNAME "Software\Policies\Microsoft\MMC\{0F6B957E-509E-11D1-A7CC-0000F87571E3}"
  3540.                     EXPLAIN !!MMC_Restrict_Explain
  3541.                     VALUENAME "Restrict_Run"
  3542.                         VALUEON   NUMERIC 0
  3543.                         VALUEOFF  NUMERIC 1
  3544.                 END POLICY
  3545.  
  3546.                 POLICY !!MMC_FolderRedirection
  3547.                     KEYNAME "Software\Policies\Microsoft\MMC\{88E729D6-BDC1-11D1-BD2A-00C04FB9603F}"
  3548.                     EXPLAIN !!MMC_Restrict_Explain
  3549.                     VALUENAME "Restrict_Run"
  3550.                         VALUEON   NUMERIC 0
  3551.                         VALUEOFF  NUMERIC 1
  3552.                 END POLICY
  3553.  
  3554.                 POLICY !!MMC_IEMaintenance
  3555.                     KEYNAME "Software\Policies\Microsoft\MMC\{FC715823-C5FB-11D1-9EEF-00A0C90347FF}"
  3556.                     EXPLAIN !!MMC_Restrict_Explain
  3557.                     VALUENAME "Restrict_Run"
  3558.                         VALUEON   NUMERIC 0
  3559.                         VALUEOFF  NUMERIC 1
  3560.                 END POLICY
  3561.  
  3562.                 POLICY !!MMC_RIS
  3563.                     KEYNAME "Software\Policies\Microsoft\MMC\{3060E8CE-7020-11D2-842D-00C04FA372D4}"
  3564.                     EXPLAIN !!MMC_Restrict_Explain
  3565.                     VALUENAME "Restrict_Run"
  3566.                         VALUEON   NUMERIC 0
  3567.                         VALUEOFF  NUMERIC 1
  3568.                 END POLICY
  3569.  
  3570.                 POLICY !!MMC_ScriptsUser
  3571.                     KEYNAME "Software\Policies\Microsoft\MMC\{40B66650-4972-11D1-A7CA-0000F87571E3}"
  3572.                     EXPLAIN !!MMC_Restrict_Explain
  3573.                     VALUENAME "Restrict_Run"
  3574.                         VALUEON   NUMERIC 0
  3575.                         VALUEOFF  NUMERIC 1
  3576.                 END POLICY
  3577.  
  3578.                 POLICY !!MMC_ScriptsMachine
  3579.                     KEYNAME "Software\Policies\Microsoft\MMC\{40B6664F-4972-11D1-A7CA-0000F87571E3}"
  3580.                     EXPLAIN !!MMC_Restrict_Explain
  3581.                     VALUENAME "Restrict_Run"
  3582.                         VALUEON   NUMERIC 0
  3583.                         VALUEOFF  NUMERIC 1
  3584.                 END POLICY
  3585.  
  3586.                 POLICY !!MMC_SecuritySettings
  3587.                     KEYNAME "Software\Policies\Microsoft\MMC\{803E14A0-B4FB-11D0-A0D0-00A0C90F574B}"
  3588.                     EXPLAIN !!MMC_Restrict_Explain
  3589.                     VALUENAME "Restrict_Run"
  3590.                         VALUEON   NUMERIC 0
  3591.                         VALUEOFF  NUMERIC 1
  3592.                 END POLICY
  3593.  
  3594.                 POLICY !!MMC_SoftwareInstalationComputers
  3595.                     KEYNAME "Software\Policies\Microsoft\MMC\{942A8E4F-A261-11D1-A760-00C04FB9603F}"
  3596.                     EXPLAIN !!MMC_Restrict_Explain
  3597.                     VALUENAME "Restrict_Run"
  3598.                         VALUEON   NUMERIC 0
  3599.                         VALUEOFF  NUMERIC 1
  3600.                 END POLICY
  3601.  
  3602.                 POLICY !!MMC_SoftwareInstallationUsers
  3603.                     KEYNAME "Software\Policies\Microsoft\MMC\{BACF5C8A-A3C7-11D1-A760-00C04FB9603F}"
  3604.                     EXPLAIN !!MMC_Restrict_Explain
  3605.                     VALUENAME "Restrict_Run"
  3606.                         VALUEON   NUMERIC 0
  3607.                         VALUEOFF  NUMERIC 1
  3608.                 END POLICY
  3609.  
  3610.             END CATEGORY ;; MMC_GroupPolicy
  3611.     
  3612.         END CATEGORY ;; MMC_RESTRICT
  3613.  
  3614.     END CATEGORY ;; MMC
  3615.  
  3616.  
  3617.     CATEGORY !!TaskScheduler
  3618.  
  3619.         KEYNAME "Software\Policies\Microsoft\Windows\Task Scheduler5.0"
  3620.  
  3621.         POLICY !!PropertyPages
  3622.             EXPLAIN !!PropertyPagesHelp
  3623.         VALUENAME "Property Pages"
  3624.         END POLICY
  3625.     
  3626.         POLICY !!Execution
  3627.             EXPLAIN !!ExecutionHelp
  3628.             VALUENAME "Execution"
  3629.         END POLICY
  3630.     
  3631.         POLICY !!DragAndDrop
  3632.             EXPLAIN !!DragAndDropHelp
  3633.             VALUENAME "DragAndDrop"
  3634.         END POLICY
  3635.     
  3636.         POLICY !!TaskCreation
  3637.             EXPLAIN !!TaskCreationHelp
  3638.             VALUENAME "Task Creation"
  3639.         END POLICY
  3640.   
  3641.         POLICY !!TaskDeletion
  3642.             EXPLAIN !!TaskDeletionHelp
  3643.             VALUENAME "Task Deletion"
  3644.         END POLICY
  3645.  
  3646.         POLICY !!DisableAdvanced
  3647.             EXPLAIN !!DisableAdvancedHelp
  3648.             VALUENAME "Disable Advanced"
  3649.         END POLICY
  3650.  
  3651.         POLICY !!AllowBrowse
  3652.             EXPLAIN !!AllowBrowseHelp
  3653.             VALUENAME "Allow Browse"
  3654.         END POLICY
  3655.  
  3656.     END CATEGORY ;Task Scheduler        
  3657.  
  3658.     CATEGORY !!MSI
  3659.  
  3660.         KEYNAME "Software\Policies\Microsoft\Windows\Installer"
  3661.  
  3662.             POLICY !!AlwaysInstallElevated
  3663.                 EXPLAIN !!AlwaysInstallElevated_Help
  3664.                 PART !!StdCheckT  CHECKBOX
  3665.                     VALUENAME "AlwaysInstallElevated"
  3666.                     VALUEON NUMERIC 1
  3667.                     VALUEOFF NUMERIC 0
  3668.                 END PART
  3669.  
  3670.             PART !!Blank TEXT
  3671.             END PART
  3672.             PART !!UserANDMachineT TEXT
  3673.             END PART
  3674.         END POLICY
  3675.  
  3676.             POLICY !!SearchOrder
  3677.                 EXPLAIN !!SearchOrder_Help
  3678.                 PART !!SearchOrder EDITTEXT
  3679.                     VALUENAME "SearchOrder"
  3680.                 DEFAULT nmu
  3681.             END PART
  3682.             PART !!SearchOrderT1 TEXT
  3683.             END PART
  3684.             PART !!SearchOrderT2 TEXT
  3685.             END PART
  3686.             PART !!SearchOrderT3 TEXT
  3687.             END PART
  3688.             PART !!SearchOrderT4 TEXT
  3689.                END PART
  3690.         END POLICY
  3691.  
  3692.  
  3693.             POLICY !!DisableRollback
  3694.                 EXPLAIN !!DisableRollback_Help
  3695.                 PART !!StdCheckT  CHECKBOX
  3696.                     VALUENAME "DisableRollback"
  3697.                 VALUEON NUMERIC 1
  3698.                 VALUEOFF NUMERIC 0
  3699.             END PART
  3700.             PART !!Blank          TEXT
  3701.             END PART
  3702.             PART !!UserORMachineT TEXT
  3703.             END PART
  3704.         END POLICY
  3705.  
  3706.             POLICY !!DisableMedia
  3707.                 EXPLAIN !!DisableMedia_Help
  3708.                 PART !!StdCheckT CHECKBOX
  3709.                 VALUENAME "DisableMedia"
  3710.                 VALUEON NUMERIC 1
  3711.                 VALUEOFF NUMERIC 0
  3712.             END PART
  3713.         END POLICY
  3714.     
  3715.     END CATEGORY ; MSI
  3716.  
  3717.     CATEGORY !!WindowsUpdateCat
  3718.  
  3719.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate"
  3720.  
  3721.         POLICY !!RemoveWindowsUpdate
  3722.             EXPLAIN !!RemoveWindowsUpdate_Help
  3723.             VALUENAME "DisableWindowsUpdateAccess"
  3724.         END POLICY
  3725.  
  3726.     END CATEGORY ;; WindowsUpdateCat
  3727.  
  3728. END CATEGORY ;; WindowsComponents
  3729.  
  3730. #endif
  3731.  
  3732. [strings]
  3733. ABCDOnly="Restrict A, B, C and D drives only"
  3734. ABConly="Restrict A, B and C drives only"
  3735. ABOnly="Restrict A and B drives only"
  3736. ActiveDesktop="Active Desktop"
  3737. ActiveDirectory="Active Directory"
  3738. AD_EnableFilter="Enable filter in Find dialog box" 
  3739. AD_EnableFilter_Help="Displays the filter bar above the results of an Active Directory search. The filter bar consists of buttons for applying additional filters to search results.\n\nIf you enable this policy, the filter bar appears when the Active Directory Find dialog box opens, but users can hide it.\n\nIf you disable this policy or do not configure it, the filter bar does not appear, but users can display it by selecting "Filter" from the "View" menu.\n\nTo see the filter bar, open My Network Places, click Entire Network, and then click Directory. Right-click the name of a Windows 2000 domain, and click Find. Type the name of an object in the directory, such as  "Administrator." If the filter bar does not appear above the resulting display then, from the View menu, click Filter."
  3740. AD_HideDirectoryFolder="Hide Active Directory folder" 
  3741. AD_HideDirectoryFolder_Help="Hides the Active Directory folder in My Network Places.\n\nThe Active Directory folder displays Active Directory objects in a browse window.\n\nIf you enable this policy, the Active Directory folder does not appear in the My Network Places folder.\n\nIf you disable this policy or do not configure it, the Active Directory folder appears in the My Network Places folder.\n\nThis policy is designed to let users search Active Directory, but not tempt them to casually browse Active Directory."
  3742. AD_QueryLimit="Maximum size of Active Directory searches" 
  3743. AD_QueryLimit_Box="Number of objects returned:  "
  3744. AD_QueryLimit_Help="Specifies the maximum number of objects the system displays in response to a command to browse or search Active Directory. This policy affects all browse displays associated with Active Directory, such as those in Local Users and Groups, Active Directory Users & Computers, and dialog boxes used to set permissions for user or group objects in Active Directory.\n\nIf you enable this policy, you can use the "Number of objects returned" box to limit returns from an Active Directory search.\n\nIf you disable this policy or do not configure it, the system displays up to 10,000 objects. This consumes approximately 2 MB of memory or disk space.\n\nThis policy is designed to protect the network and the domain controller from the effect of expansive searches."
  3745. AddAdminGroupToRUP="Add the Administrators security group to roaming user profiles"
  3746. AddAdminGroupToRUP_Help="Add the Administrator security group to the roaming user profile share\n\nOnce an administrator has configured a users' roaming profile, the profile will be created at the user's next login. The profile is created at the location specified by the administrator.\n\nFor Windows 2000 and higher operating systems, the default file permissions for the newly generated profile are full control, or read and write access for the user, and no file access for the administrators group.\n\nBy configuring this policy, you can alter this behavior.\n\nIf you enable this policy setting, the administrator group is also given full control to the user's profile folder.\n\nIf you disable or do not configure it, only the user is given full control of their user profile and the administrators group have no file system access to this folder.\n\nNote: If the policy setting is enabled after the profile is created, the policy setting has no effect.\n\nNote: The policy setting must be configured on the client machine, not the server for it to have any effect, since it is the client machine that sets the file share permissions for the roaming profile at creation time.\n\nNote: In the default case, administrators have no file access to the user's profile, but may still take ownership of this folder to grant themselves file permissions.\n\nNote: The behavior when this policy setting is enabled is the exact same behavior as in Windows NT 4.0."
  3747. AdminComponents_Help="Adds and deletes specified Web content items.\n\nYou can use the "Add" box in this policy to add particular Web-based items or shortcuts to users' desktops. Users can close or delete the items (if policies allow), but the items are added again each time the policy is refreshed.\n\nYou can also use this policy to delete particular Web-based items from users' desktops. Users can add the item again (if policies allow), but the item is deleted each time the policy is refreshed.\n\nNote: Removing an item from the "Add" list for this policy is not the same as deleting it. Items removed from the add list are not removed from the desktop. They are just not added again."
  3748. AdministrativeServices="System"
  3749. ALLDrives="Restrict all drives"
  3750. AllowBrowse="Prohibit Browse"
  3751. AllowBrowseHelp="Limits newly scheduled to items on the user's Start menu and prevents the user from changing the scheduled program for existing tasks.\n\nThis policy removes the Browse button from the Schedule Task wizard and from the Task tab of the properties dialog box for a task. Also, users cannot edit the "Run" box or the "Start in" box that determine the program and path for a task.\n\nAs a result, when users create a task, they must select a program from the list in the Scheduled Task wizard, which displays only the tasks that appear on the Start menu and its submenus. Once a task is created, users cannot change the program a task runs.\n\nImportant: This policy does not prevent users from creating a new task by pasting or dragging any program into the Scheduled Tasks folder. To prevent this action, use the "Disable Drag-and-Drop" policy.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. If both policies are configured, the setting in Computer Configuration \
  3752. takes precedence over the setting in User Configuration."
  3753. AllowLockdownBrowse_Help="Allows users to search for installation files during privileged installations.\n\nThis policy enables the Browse button on the "Use feature from" dialog box. As a result, users can search for installation files, even when the installation program is running with elevated system privileges. By default, only system administrators can browse during installations with elevated privileges, such as installations offered on the desktop or displayed in Add/Remove Programs.\n\nBecause the installation is running with elevated system privileges, users can browse through directories that their own permissions would not allow.\n\nThis policy does not affect installations that run in the user's security context. Also, see the "Disable browse dialog box for new source" policy."
  3754. AllowLockdownBrowse="Enable user to browse for source while elevated"
  3755. AllowLockdownMedia_Help="Allows users to install programs from removable media, such as floppy disks and CD-ROMs, during privileged installations.\n\nThis policy permits all users to install programs from removable media, even when the installation program is running with elevated system privileges. By default, users can install programs from removable media only when the installation runs in the user's security context. During privileged installations, such as those offered on the desktop or displayed in Add/Remove Programs, only system administrators can install from removable media.\n\nThis policy does not affect installations that run in the user's security context. By default, users can install from removable media when the installation runs in their own security context.\n\nAlso, see the "Disable media source for any install" policy in User Configuration\Administrative Templates\Windows Components\Windows Installer."
  3756. AllowLockdownMedia="Enable user to use media source while elevated"
  3757. AllowLockdownPatch_Help="Allows users to upgrade programs during privileged installations.\n\nThis policy permits all users to install patches, even when the installation program is running with elevated system privileges. Patches are updates or upgrades that replace only those program files that have changed. Because patches can easily be vehicles for malicious programs, some installations prohibit their use.\n\nBy default, only system administrators can apply patches during installations with elevated privileges, such as installations offered on the desktop or displayed in Add/Remove Programs.\n\nThis policy does not affect installations that run in the user's security context. By default, users can install patches to programs that run in their own security context. Also, see the "Disable patching" policy."
  3758. AllowLockdownPatch="Enable user to patch elevated products"
  3759. AllowWebPrinting_Help="Determines whether Internet printing is supported on this server.\n\nInternet printing lets you display printers on Web pages so the printers can be viewed, managed, and used across the Internet or an intranet.\n\nInternet printing is supported by default on Windows 2000. If you enable this policy or do not configure it, Internet printing remains supported. If you disable this policy, Internet printing is not supported.\n\nNote: This policy affects the server side of Internet printing only. It does not prevent the print client on the computer from printing across the Internet.\n\nAlso, see the "Custom support URL in the Printers folder's left pane" policy in this folder and the "Browse a common web site to find printers" policy in User Configuration\Administrative Templates\Control Panel\Printers."
  3760. AllowWebPrinting_Tip1="Use this policy to enable Internet printing."
  3761. AllowWebPrinting="Web-based printing"
  3762. AllowX-ForestPolicy-and-RUP="Allow Cross-Forest User Policy and Roaming User Profiles"
  3763. AllowX-ForestPolicy-and-RUP_Help="Allows User based policy processing, Roaming User Profiles and User Object logon scripts for cross forest interactive logons.\n\nThis setting affects all user accounts interactively logging on to a computer in a different forest when a Cross Forest or 2-Way Forest trust exists.\n\nWhen this setting is Not Configured:\n- No user based policy settings are applied from the user's forest\n- User will not receive their roaming profiles, they will receive a local profile on the computer from the local forest. A warning message will be shown to the user, and an Event Log message (1529) will be posted.\n- Loopback Group Policy processing will be applied, using the Group Policy Objects scoped to the machine.\n- An Event Log message (1109) will be posted stating that Loopback was invoked in replace mode.\n\nWhen this setting is Enabled, the behavior is exactly the same as with Windows 2000 Server Family, User policy is applied and a roaming user profile is allowed from the trusted  forest.\n\nWhen this setting is Disabled, the behavior is the same as Not Configured."
  3764. AlwaysInstallElevated_Help="Directs Windows Installer to use system permissions when it installs any program on the system.\n\nThis policy extends elevated privileges to all programs. These privileges are usually reserved for programs that have been assigned to the user (offered on the desktop), assigned to the computer (installed automatically), or made available in Add/Remove Programs in Control Panel. This policy lets users install programs that require access to directories that the user might not have permission to view or change, including directories on highly restricted computers.\n\nIf you disable this policy or do not configure it, the system applies the current user's permissions when it installs programs that a system administrator does  not distribute or offer.\n\nNote: This policy appears both in the Computer Configuration and User Configuration folders. To make this policy effective, you must enable the policy in both folders.\n\nCaution: Skilled users can take advantage of the permissions this policy grants to change their privileges and gain permanent access to restricted files and folders. Note that the User Configuration version of this policy is not guaranteed to be secure."
  3765. AlwaysInstallElevated="Always install with elevated privileges"
  3766. AppMgmt_COM_SearchForCLSID="Download missing COM components"
  3767. AppMgmt_COM_SearchForCLSID_Help="Directs the system to search Active Directory for missing Component Object Model (COM) components that a program requires.\n\nMany Windows programs, such as the MMC snap-ins, use the interfaces provided by the COM. These programs cannot perform all of their functions unless Windows 2000 has internally registered the required components.\n\nIf you enable this policy and a component registration is missing, the system searches for it in Active Directory and if it is found, downloads it. The resulting searches might make some programs start or run slowly.\n\nIf you disable this policy or do not configure it, the program continues without the registration. As a result, the program might not perform all of its functions, or it might stop.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in  User Configuration."
  3768. ARP="Add/Remove Programs"
  3769. AsynchronousMachineGroupPolicy_Help="Lets the system display the logon prompt before it finishes updating computer Group Policy.\n\nIf you enable this policy, the system does not wait for Group Policy updates to complete before inviting the user to log on. As a result, the Windows interface might appear to be ready before computer Group Policy is applied.\n\nIf you disable this policy or do not configure it, users cannot log on until computer Group Policy is updated.\n\nAlso, see the "Apply Group Policy for users asynchronously during logon" policy."
  3770. AsynchronousMachineGroupPolicy="Apply Group Policy for computers asynchronously during startup"
  3771. AsynchronousUserGroupPolicy_Help="Lets the system display the Windows desktop before it finishes updating user Group Policy.\n\nIf you enable this policy, the system does not coordinate the tasks of loading desktop and updating user Group Policy. As a result, Windows might appear ready for use before user Group Policy is updated.\n\nIf you disable this policy or do not configure it, the system does not make the desktop available to users until user Group Policy is updated.\n\nAlso, see the "Apply Group Policy for computers asynchronously during startup" policy."
  3772. AsynchronousUserGroupPolicy="Apply Group Policy for users asynchronously during logon"
  3773. ATC_NoComponents_Help="Removes Active Desktop content and prevents users from adding Active Desktop content.\n\nThis policy removes all Active Desktop items from the desktop. It also removes the Web tab from Display in Control Panel and removes the "New Desktop Item" command from the Active Desktop menu. As a result, users cannot add Web pages or pictures from the Internet or an intranet to the desktop.\n\nThis policy does not disable Active Desktop. Users can still use image formats, such as JPEG and GIF, for their desktop wallpaper.\n\nAlso, see the "Prohibit Adding Items" policy."
  3774. ATC_NoComponents_Tip="Still allows HTML and Jpg Wallpaper"
  3775. AutoPublishing_Help="Determines whether the Add Printer wizard automatically publishes the computer's shared printers in Active Directory.\n\nIf you enable this policy or do not configure it, the Add Printer wizard automatically publishes all shared printers.\n\nIf you disable this policy, the Add Printer wizard does not automatically publish printers. However, you can publish shared printers manually.\n\nNote: This policy is ignored if the "Allow printers to be published" policy is disabled."
  3776. AutoPublishing_Tip1="Enable or disable this setting to control whether newly created "
  3777. AutoPublishing_Tip2="shared printers are published or not published in the Active "
  3778. AutoPublishing_Tip3="Directory. If this policy is not set the default behavior is"
  3779. AutoPublishing_Tip4="to automatically publish shared printers in the Active Directory"
  3780. AutoPublishing="Automatically publish new printers in Active Directory"
  3781. Autorun_Box="Disable Autoplay on:"
  3782. Autorun_NoCD="CD-ROM drives"
  3783. Autorun_None="All drives"    
  3784. Autorun_Help="Disables the Autoplay feature.\n\nAutoplay begins reading from a drive as soon as you insert media in the drive. As a result, the setup file of programs and the music on audio media starts immediately.\n\nBy default, Autoplay is disabled on removable drives, such as the floppy disk drive (but not the CD-ROM drive), and on network drives.\n\nIf you enable this policy, you can also disable Autoplay on CD-ROM drives, or disable Autoplay on all drives.\n\nThis policy disables Autoplay on additional types of drives. You cannot use this policy to enable Autoplay on drives on which it is disabled by default.\n\nNote: This policy appears in both the Computer Configuration and User Configuration folders. If the settings conflict, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  3785. Autorun="Disable Autoplay"
  3786. Blank=" "
  3787. Cat_OfflineFiles="Offline Files"
  3788. Catname="Administrative Alerts"
  3789. ClassicShell_Help="Disables Active Desktop, Web view, and thumbnail views. Also, users cannot configure their system to open items by single-clicking (such as in Mouse in Control Panel). As a result, the user interface looks and operates like the interface for Windows NT 4.0 and users cannot restore the new features.\n\nNote: This policy takes precedence over the "Enable Active Desktop" policy. If both policies are enabled, Active Desktop is disabled.\n\nAlso, see the "Disable Active Desktop" policy in User Configuration\Administrative Templates\Desktop\Active Desktop and the "Remove the Folder Options menu item from the Tools menu" policy in User Configuration\Administrative Templates\Windows Components\Windows Explorer."
  3790. ClassicShell="Enable Classic Shell"
  3791. ClearRecentDocsOnExit_Help="Directs the system to delete the contents of the Documents menu on the Start menu when the user logs off.\n\nThe Documents menu contains shortcuts to the non-program files the user opened most recently.\n\nIf you enable this policy, the Documents menu is always empty when the user logs on. Otherwise, when the user logs on again, the Documents menu appears just as it did when the user logged off.\n\nYou can use this policy, in coordination with the "Remove Documents menu from Start Menu" and "Do not keep history of recently opened documents" policies in this folder to customize your policy for managing access to recently opened files. The system uses this policy only when neither of these related policies are selected."
  3792. ClearRecentDocsOnExit="Clear history of recently opened documents on exit"
  3793. Comdlg="Common Open File Dialog"
  3794. ComdlgSub="Common Open File Dialog Restrictions"
  3795. CompatibleRUPSecurity="Do not check for user ownership of Roaming Profile Folders"
  3796. CompatibleRUPSecurity_Help="This setting disables the more secure default setting for the user’s roaming user profile folder.\n\nOnce an administrator has configured a users' roaming profile, the profile will be created at the user's next login. The profile is created at the location that is specified by the administrator.\n\nFor Windows 2000 Professional pre-SP4 and Windows XP pre-SP1 operating systems, the default file permissions for the newly generated profile are full control access for the user and no file access for the administrators group. No checks are made for the correct permissions if the profile folder already exists. For Windows .NET server, Windows 2000 Professional SP4 and Windows XP SP1, the default behavior is to check the folder for the correct permissions if the profile folder already exists, and not copy files to or from the roaming folder if the permissions are not correct.\n\nBy configuring this setting, you can alter this behavior.\n\nIf you enable this setting Windows will not check the permissions for the folder in the case where the folder exists.\n\nIf you disable or do not configure this setting AND the roaming profile folder exists AND the user or administrators group not the owner of the folder, Windows will NOT copy files to or from the roaming folder. The user will be shown an error message and an entry will be written to the event log. The user’s cached profile will be used, or a temporary profile issued if no cached profile exists. \n\nNote: The setting must be configured on the client computer not the server for it to have any effect because the client computer sets the file share permissions for the roaming profile at creation time.\n\nNote: The behavior when this setting is enabled is exactly the same behavior as in Windows 2000 Professional pre-SP4 and Windows XP Professional"
  3797. COnly="Restrict C drive only"
  3798. Connect_HomeDir_ToRoot_Explain="Restores the definitions of the %HOMESHARE% and %HOMEPATH% environment variables to those used in Windows NT 4.0 and earlier.\n\nIf you enable this policy, the system uses the Windows NT 4.0 definitions. If you disable this policy or do not configure it, the system uses the new definitions designed for Windows 2000.\n\nAlong with %HOMEDRIVE%, these variables define the home directory of a user profile. The home directory is a persistent mapping of a drive letter on the local computer to a local or remote directory.\n\nBy default, in Windows 2000, %HOMESHARE% stores the fully qualified path to the home directory (such as \\server\share\dir1\dir2\homedir). Users can access the home directory and any of its subdirectories from the home drive letter, but they cannot see or access its parent directories. %HOMEPATH% stores a final backslash and is included for compatibility with earlier systems.\n\nOn Windows NT 4.0 and earlier, %HOMESHARE% stores only the network share (such as \\server\share). %HOMEPATH% stores the remainder of the fully qualified path to the home directory (such as \dir1\dir2\homedir). As a result, users can access any directory on the home share by using the home directory drive letter.\n\nTip: To specify a home directory in Windows 2000, in Active Directory Users and Computers or Local Users and Groups, right-click the name of a user account, click Properties, click the Profile tab, and in the "Home folder" section, select the "Connect" option and select a drive letter and home directory.\n\nExample: Drive Z is mapped to \\server\share\dir1\dir2\homedir.\n\nIf this policy is disabled or not configured (Windows 2000 behavior):\n\n--  %HOMEDRIVE%  = Z: (mapped to \\server\share\dir1\dir2\homedir)\n\n--  %HOMESHARE% = \\server\share\dir1\dir2\homedir\n\n--  %HOMEPATH% = \\n\nIf the policy is enabled (Windows NT 4.0 behavior):\n\n--  %HOMEDRIVE% = Z: (mapped to \\server\share)\n\n--  %HOMESHARE% = \\server\share\n\n--  %HOMEPATH% = \dir1\dir2\homedir"
  3799. Connect_HomeDir_ToRoot="Connect home directory to root of the share"
  3800. ControlPanel="Control Panel"
  3801. CPL_Display_Disable="Disable Display in Control Panel"
  3802. CPL_Display_HideAppearance="Hide Appearance tab"
  3803. CPL_Display_HideBkgnd="Hide Background tab"
  3804. CPL_Display_HideScrsav="Hide Screen Saver tab"
  3805. CPL_Display_HideSettings="Hide Settings tab"
  3806. CPL_Display_Restrict="Restrict display"
  3807. CPL_Display="Control Panel\Display Restrictions"
  3808. CPL="Control Panel"
  3809. CSE_AppMgmt="Software Installation policy processing"
  3810. CSE_AppMgmt_Help="Determines when software installation polices are updated.\n\nThis policy affects all policies that use the software installation component of Group Policy, such as policies in Software Settings\Software Installation. You can set software installation policy only for Group Policy objects stored in Active Directory, not for Group Policy objects on the local computer.\n\nThis policy overrides customized settings that the program implementing the software installation policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3811. CSE_DiskQuota="Disk Quota policy processing"
  3812. CSE_DiskQuota_Help="Determines when disk quota policies are updated.\n\nThis policy affects all policies that use the disk quota component of Group Policy, such as those in Computer Configuration\Administrative Templates\System\File System\Disk Quotas.\n\nIt overrides customized settings that the program implementing the disk quota policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3813. CSE_EFSRecovery="EFS recovery policy processing"
  3814. CSE_EFSRecovery_Help="Determines when encryption polices are updated.\n\nThis policy affects all policies that use the encryption component of Group Policy, such as policies related to encryption in Windows Settings\Security Settings.\n\nIt overrides customized settings that the program implementing the encryption policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3815. CSE_FolderRedirection="Folder Redirection policy processing"
  3816. CSE_FolderRedirection_Help="Determines when folder redirection policies are updated.\n\nThis policy affects all policies that use the folder redirection component of Group Policy, such as those in WindowsSettings\Folder Redirection. You can only set folder redirection policy for Group Policy objects, stored in Active Directory, not for Group Policy objects on the local computer.\n\nThis policy overrides customized settings that the program implementing the folder redirection policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3817. CSE_IEM="Internet Explorer Maintenance policy processing"
  3818. CSE_IEM_Help="Determines when Internet Explorer Maintenance policies are updated.\n\nThis policy affects all policies that use the Internet Explorer Maintenance component of Group Policy, such as those in Windows Settings\Internet Explorer Maintenance.\n\nIt overrides customized settings that the program implementing the Internet Explorer Maintenance policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3819. CSE_IPSecurity="IP Security policy processing"
  3820. CSE_IPSecurity_Help="Determines when IP security polices are updated.\n\nThis policy affects all policies that use the IP security component of Group Policy, such as policies in Computer Configuration\Windows Settings\Security Settings\IP Security Policies on Local Machine.\n\nIt overrides customized settings that the program implementing the IP security policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3821. CSE_NOCHANGES="Process even if the Group Policy objects have not changed"
  3822. CSE_NOBACKGROUND="Do not apply during periodic background processing"
  3823. CSE_Registry="Registry policy processing"
  3824. CSE_Registry_Help="Determines when registry policies are updated.\n\nThis policy affects all policies in the Administrative Templates folder and any other policies that store values in the registry.\n\nIt overrides customized settings that the program implementing a registry policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3825. CSE_Security="Security policy processing"
  3826. CSE_Security_Help="Determines when security policies are updated.\n\nThis policy affects all policies that use the security component of Group Policy, such as those in Windows Settings\Security Settings.\n\nIt overrides customized settings that the program implementing the security policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3827. CSE_Scripts="Scripts policy processing"
  3828. CSE_Scripts_Help="Determines when policies that assign shared scripts are updated.\n\nThis policy affects all policies that use the scripts component of Group Policy, such as those in WindowsSettings\Scripts.\n\nIt overrides customized settings that the program implementing the scripts policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3829. CSE_SLOWLINK="Allow processing across a slow network connection"
  3830. CustomizedSupportUrl_Help="Adds a customized Web page link to the Printers folder.\n\nBy default, the Printers folder includes a link to the Microsoft Support Web page. It can also include a link to a Web page supplied by the vendor of the currently selected printer.\n\nYou can use this policy to replace these default links with a link to a Web page customized for your enterprise.\n\nIf you disable this policy or do not configure it, or if you do not enter an alternate Internet address, the default links appear in the Printers folder.\n\nNote: Web pages links only appear in the Printers folder when Web view is enabled. If Web view is disabled, the policy has no effect. (To enable Web view, open the Printers folder, and from the Tools menu, click Folder Options, click the General tab, and then click "Enable Web content in folders.")\n\nAlso, see the "Web-based printing" policy in this policy folder and the "Browse a common web site to find printers" policy in User Configuration\Administrative Templates\Control Panel\Printers.\n\nWeb view is affected by the "Enable Classic Shell" and "Remove the Folder Options menu item from the Tools menu" policies in User Configuration\Administrative Templates\Windows Components\Windows Explorer, and by the "Enable Active Desktop" policy in User Configuration\Administrative Templates\Desktop\Active Desktop."
  3831. CustomizedSupportUrl_Link="URL"
  3832. CustomizedSupportUrl_Name="URL Title"
  3833. CustomizedSupportUrl_Tip1="Specify the support url title name and the url. For example:"
  3834. CustomizedSupportUrl_Tip2="The url title for Microsoft support would be "Microsoft Support""
  3835. CustomizedSupportUrl_Tip3="and the url would be "http://www.microsoft.com/support""
  3836. CustomizedSupportUrl="Custom support URL in the Printers folder's left pane"
  3837. DefaultDirectoryScope_Help="Determines which information source is the default starting point when users search for people.\n\nThis policy specifies the information source that appears in the Look in box in the Find People dialog box when the dialog box opens. (To get to the Find People dialog box, click Start, click Search, and then click For people.) Users can search in the default information source or use the drop-down list beside "Look in" to change the source. If users change the source, the last source used appears in the Look in box the next time it opens.\n\nIf you disable this policy or do not configure it, the source listed first in alphabetical order appears in the Look in box when it opens. By default, Address Book appears first.\n\nTo use this policy, type the DNS-friendly name or the NetBIOS name of the server that is hosting the source you want to list first.\n\nThis policy appears in the Computer Configuration and User Configuration folders. If the settings of these policies conflict, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nNote: This policy establishes a default value that users can change. It does not limit user actions or change system features."
  3838. DefaultDirectoryScope="Default directory scope"
  3839. DefaultExcludeMessage="Local Settings;Temporary Internet Files;History;Temp"
  3840. DefaultSizeMessage="You have exceeded your profile storage space. Before you can log off, you need to move some items from your profile to network or local storage."
  3841. DeleteCache_Tip1="When users with roaming profiles log off,"
  3842. DeleteCache_Tip2="delete the locally cached profile (to save disk space)."
  3843. DefaultCategory_Help="Specifies the category of programs that appears when users open the "Add New Programs" page.\n\nIf you enable this policy, then only the programs in the category you specify are displayed when the "Add New Programs" page opens. Users can use the Category box on the "Add New Programs" page to display programs in other categories.\n\nTo use this policy, type the name of a category in the Category box for this policy. You must enter a category that is already defined in Add/Remove Programs. To define a category, use Software Installation.\n\nIf you disable this policy or do not configure it, all programs (Category: All) are displayed when the "Add New Programs" page opens.\n\nYou can use this policy to direct users to the programs they are most likely to need.\n\nNote: This policy is ignored if either the "Disable Add/Remove Programs" policy or the "Hide Add New Programs page" policy is enabled."
  3844. DefaultCategory="Specify default category for Add New Programs"
  3845. DefaultCategoryBox="Category:"
  3846. DeleteRoamingCachedProfiles_Help="Determines whether the system saves a copy of a user’s roaming profile on the local computer's hard drive when the user logs off.\n\nThis policy, and related policies in this folder, together describe a strategy for managing user profiles residing on remote servers. In particular, they tell the system how to respond when a remote profile is slow to load.\n\nRoaming profiles reside on a network server. By default, when users with roaming profiles log off, the system also saves a copy of their roaming profile on the hard drive of the computer they are using in case the server that stores the roaming profile is unavailable when the user logs on again. The local copy is also used when the remote copy of the roaming user profile is slow to load.\n\nIf you enable this policy, any local copies of the user’s roaming profile are deleted when the user logs off. The roaming profile still remains on the network server that stores it.\n\nImportant: Do not enable this policy if you are \
  3847. using the slow link detection feature of Windows 2000. To respond to a slow link, the system requires a local copy of the user’s roaming profile."
  3848. DeleteRoamingCachedProfiles="Delete cached copies of roaming profiles"
  3849. Desktop="Desktop"
  3850. DesktopDisplay="Desktop and Display"
  3851. DesktopSub="General Desktop"
  3852. DisableAdvanced="Disable Advanced Menu"
  3853. DisableAdvancedHelp="Prevents users from viewing or changing the properties of newly created tasks.\n\nThis policy removes the "Open advanced properties for this task when I click Finish" item from the last page of the Scheduled Task wizard. \n\nThis policy prevents users from viewing and changing task characteristics, such as the program the task runs, details of its schedule, idle time and power management settings, and its security context. It is designed to simplify task creation for beginning users.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: This policy affects newly created tasks only. To prevent users from changing the properties of existing tasks, use the "Hide Property Pages" policy."
  3854. DisableAlways="Always"
  3855. DisableAutoADMUpdate="Disable automatic update of ADM files"
  3856. DisableAutoADMUpdate_Help="Prevents the system from updating the Administrative Templates source files automatically when you open Group Policy.\n\nBy default, when you start Group Policy, the system loads the most recently revised copies of the Administrative Templates source files (.adm) that it finds in the %Systemroot%\inf directory. The .adm files create the list of policies that appear under Administrative Templates in Group Policy.\n\nIf you enable this policy, the system loads the .adm files you used the last time you ran Group Policy. Thereafter, you must update the .adm files manually.\n\nNote: Upgrading your .adm files does not overwrite your policy configuration settings. The settings are stored in Active Directory, not in the .adm files.\n\nTip: To upgrade your .adm files manually, in Group Policy, right-click Administrative Templates (either instance), and then click Add/Remove Templates."
  3857. DisableBackgroundPolicy_Help="Prevents Group Policy from being updated while the computer is in use. This policy applies to Group Policies for computers, users, and domain controllers.\n\nIf you enable this policy, the system waits until the current user logs off the system before updating the computer and user policies.\n\nIf you disable this policy, updates can be applied while users are working. The frequency of updates is determined by the "Group Policy refresh interval for computers" and "Group Policy refresh interval for users" policies."
  3858. DisableBackgroundPolicy="Disable background refresh of Group Policy"
  3859. DisableBrowse_Help="Prevents users from searching for installation files when they add features or components to an installed program.\n\nThis policy disables the Browse button beside the Use feature from list in the Windows Installer dialog box. As a result, users must select an installation file source from the Use features from list that the system administrator configures.\n\nThis policy applies even when the installation is running in the user's security context.\n\nIf you disable this policy or do not configure it, the Browse button is enabled when an installation is running in the user's security context, but only system administrators can browse when an installation is running with elevated system privileges, such as installations offered on the desktop or in Add/Remove Programs.\n\nThis policy affects Windows Installer only. It does not prevent users from selecting other browsers, such Windows Explorer or My Network Places, to search for installation files.\n\nAlso, see the "Enable user to browse for source while elevated" policy."
  3860. DisableBrowse="Disable browse dialog box for new source"
  3861. DisableChangePassword_Help="Prevents users from changing their Windows password on demand.\n\nThis policy disables the "Change Password" button on the Windows Security dialog box (which appears when you press Ctrl+Alt+Del).\n\nHowever, users are still able to change their password when prompted by the system. The system prompts users for a new password when an administrator requires a new password or their password is expiring."
  3862. DisableChangePassword="Disable Change Password"
  3863. DisableCMD_Help="Prevents users from running the interactive command prompt, Cmd.exe. This policy also determines whether batch files (.cmd and .bat) can run on the computer.\n\nIf you enable this policy and the user tries to open a command window, the system displays a message explaining that a policy prevents the action.\n\nNote: Do not prevent the computer from running batch files if the computer uses logon, logoff, startup, or shutdown batch file scripts, or for users that use Terminal Services."
  3864. DisableCMD="Disable the command prompt"
  3865. DisableCMDScripts="Disable the command prompt script processing also?"
  3866. DisableCMD_YES="Yes"
  3867. DisableCMD_NO="No"
  3868. DisableExplorerRunLegacy_Help="Ignores the customized run list for Windows NT 4.0 and earlier.\n\nOn Windows 2000 and Windows NT 4.0 and earlier, you can create a customized list of additional programs and documents that the system starts automatically when it starts. These programs are added to the standard run list of programs and services that the system starts.\n\nIf you disable this policy, or do not configure it, Windows 2000 adds any customized run list configured for Windows NT 4.0 and earlier to its run list.\n\nIf you enable this policy, the system ignores the run list for Windows NT 4.0 and earlier.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: To create a customized run list by using a policy, use the "Run these applications at startup" policy.\n\nThe customized run lists for Windows NT 4.0 and earlier are stored in the registry in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run and HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\Run. They can be configured by using the "Run" policy in System Policy Editor for Windows NT 4.0 and earlier.\n\nAlso, see the "Disable the run once list" policy."
  3869. DisableExplorerRunLegacy="Disable legacy run list"
  3870. DisableExplorerRunOnceLegacy_Help="Ignores customized run-once lists.\n\nYou can create a customized list of additional programs and documents that are started automatically the next time the system starts (but not thereafter). These programs are added to the standard list of programs and services that the system starts.\n\nIf you enable this policy, the system ignores the run-once list.\n\nIf you disable this policy, or do not configure it, the system runs the programs in the run-once list.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: Customized run-once lists are stored in the registry in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce.\n\nAlso, see the "Disable legacy run list" policy."
  3871. DisableExplorerRunOnceLegacy="Disable the run once list"
  3872. DisableLockComputer_Help="Prevents users from locking the system.\n\nWhile locked, the desktop is hidden and the system cannot be used. Only the user who locked the system or the system administrator can unlock it.\n\nTip:To lock a computer without configuring a policy, press Ctrl+Alt+Delete, and then click "Lock Computer.""
  3873. DisableLockComputer="Disable Lock Computer"
  3874. DisableLogoff="Disable Logoff"
  3875. DisableMedia_Help="Prevents users from installing programs from removable media.\n\nIf a user tries to install a program from removable media, such as CD-ROMs, floppy disks, and DVDs, a message appears, stating that the feature cannot be found.\n\nThis policy applies even when the installation is running in the user's security context.\n\nIf you disable this policy or do not configure it, users can install from removable media when the installation is running in their own security context, but only system administrators can use removable media when an installation is running with elevated system privileges, such as installations offered on the desktop or in Add/Remove Programs.\n\nAlso, see the "Enable user to use media source while elevated policy" in Computer Configuration\Administrative Templates\Windows Components\Windows Installer.\n\nAlso, see the "Hide the "Add a program from CD-ROM or floppy disk"" policy in User Configuration\Administrative Templates\Control Panel\Add/Remove Programs."
  3876. DisableMedia="Disable media source for any install"
  3877. DisableMSI_Help="Disables or restricts the use of Windows Installer.\n\nThis policy can prevent users from installing software on their systems or permit users to install only those programs offered by a system administrator.\n\nIf you enable this policy, you can use the options in the Disable Windows Installer box to establish an installation policy.\n\n--   The "Never" option indicates that Windows Installer is fully enabled. Users can install and upgrade software. Windows Installer is enabled by default on Windows 2000.\n\n--   The "For non-managed apps only" option permits users to install only those programs that a system administrator assigns (offers on the desktop) or publishes (adds them to Add/Remove Programs).\n\n--   The "Always" option indicates that Windows Installer is disabled.\n\nThis policy affects Windows Installer only. It does not prevent users from using other methods to install and upgrade programs."
  3878. DisableMSI="Disable Windows Installer"
  3879. DisableNever="Never"
  3880. DisableNonManaged="For non-managed apps only"
  3881. DisablePatch_Help="Prevents users from using Windows Installer to install patches.\n\nPatches are updates or upgrades that replace only those program files that have changed. Because patches can be easy vehicles for malicious programs, some installations prohibit their use.\n\nNote: This policy applies only to installations that run in the user's security context. By default, users who are not system administrators cannot apply patches to installations that run with elevated system privileges, such as those offered on the desktop or in Add/Remove Programs.\n\nAlso, see the "Enable user to patch elevated products" policy."
  3882. DisablePatch="Disable patching"
  3883. DisablePersonalDirChange_Help="Prevents users from changing the path to the My Documents folder.\n\nBy default, a user can change the location of the My Documents folder by typing a new path in the Target box of the My Documents Properties dialog box. If you enable this policy, when users type a new path in the Target box, a message appears explaining that a policy prevents the action."
  3884. DisablePersonalDirChange="Prohibit user from changing My Documents path"
  3885. DisableRegedit_Help="Disables the Windows registry editors, Regedt32.exe and Regedit.exe.\n\nIf this policy is enabled and the user tries to start a registry editor, a message appears explaining that a policy prevents the action.\n\nTo prevent users from using other administrative tools, use the "Run only allowed Windows applications" policy."
  3886. DisableRegedit="Disable registry editing tools"
  3887. DisableRollback_Help="Prohibits Windows Installer from generating and saving the files it needs to reverse an interrupted or unsuccessful installation.\n\nThis policy prevents Windows Installer from recording the original state of the system and sequence of changes it makes during installation. It also prevents Windows Installer from retaining files it intends to delete later. As a result, Windows installer cannot restore the computer to its original state if the installation does not complete.\n\nThis policy is designed to reduce the amount of temporary disk space required to install programs. Also, it prevents malicious users from interrupting an installation to gather data about the internal state of the computer or to search secure system files. However, because an incomplete installation can render the system or a program inoperable, do not use this policy unless essential.\n\nThis policy appears in the Computer Configuration and User Configuration folders. If the policy is enabled in either folder, it is considered be enabled, even if it is explicitly disabled in the other folder."
  3888. DisableRollback="Disable rollback"
  3889. DisableStatusMessages_Help="Suppresses system status messages.\n\nIf you enable this policy, the system does not display a message reminding users to wait while their system starts or shuts down, or while users log on or off."
  3890. DisableStatusMessages="Disable Boot / Shutdown / Logon / Logoff status messages"
  3891. DisableSystemPolicy_Help="Disables System Policy designed for Windows NT 4.0 and earlier.\n\nIn Windows 2000, Group Policy replace the System Policy that System Policy Editor created on Windows NT 4.0 and earlier. However, Windows 2000 continues to support System Policy for installations that use them.\n\nIf you enable this policy, the system does not recognize or implement System Policy. However, it continues its full support for Group Policy."
  3892. DisableSystemPolicy="Disable System Policy (use Group Policy only)"
  3893. DisableTaskMgr_Help="Prevents users from starting Task Manager (Taskmgr.exe).\n\nIf this policy is enabled and users try to start Task Manager, a message appears explaining that a policy prevents the action.\n\nTask Manager lets users start and stop programs; monitor the performance of their computers; view and monitor all programs running on their computers, including system services; find the executable names of  programs; and change the priority of the process in which  programs run."
  3894. DisableTaskMgr="Disable Task Manager"
  3895. DisallowApps_Help="Prevents Windows from running the programs you specify in this policy.\n\nIf you enable this policy, users cannot run programs that you add to the List of disallowed applications.\n\nThis policy only prevents users from running programs that are started by the Windows Explorer process. It does not prevent users from running programs, such as Task Manager, that are started by the system process or by other processes. Also, if you permit users to gain access to the command prompt, Cmd.exe, this policy does not prevent them from starting programs in the command window that they are not permitted to start by using Windows Explorer."
  3896. DisallowApps_Tip1="   "
  3897. DisallowApps_Tip2="To create a list of disallowed applications, click Show,"
  3898. DisallowApps_Tip3="then Add, and enter the application executable name"
  3899. DisallowApps_Tip4="(e.g., Winword.exe, Poledit.exe, Powerpnt.exe)."
  3900. DisallowApps="Don't run specified Windows applications"
  3901. DisallowAppsList="List of disallowed applications"
  3902. DisallowCpls_Help="Hides specified Control Panel items and folders.\n\nThis policy removes Control Panel items (such as Display) and folders (such as Fonts) from the Control Panel window and the Start menu. It can remove Control Panel items you have added to your system, as well Control Panel items included in Windows 2000.\n\nTo hide a Control Panel item, type the file name of the item, such as Ncpa.cpl (for Network). To hide a folder, type the folder name, such as Fonts.\n\nThis policy affects the Start menu and Control Panel window only. It does not prevent users from running Control Panel items.\n\nAlso, see the "Disable Display in Control Panel" policy in User Configuration\Administrative Templates\Control Panel\Display.\n\nIf both the "Hide specified control panel applets" policy and the "Show only specified control panel applets" policy are enabled, and the same item appears in both lists, the "Show only specified control panel applets" policy is ignored.\n\nTip: To find the file name of a Control Panel item, search for files with the .cpl file name extension in the %Systemroot%\System32 directory."
  3903. DisallowCpls_Tip1="To create a list of disallowed control panel applets, click Show,"
  3904. DisallowCpls_Tip2="then Add, and enter the control panel file name (ends with .cpl)"
  3905. DisallowCpls_Tip3="or the name displayed under that item in the control panel."
  3906. DisallowCpls_Tip4="(e.g., desk.cpl, powercfg.cpl, Printers)"
  3907. DisallowCpls="Hide specified control panel applets"
  3908. DisallowCplsList="List of disallowed control panel applets"
  3909. Display="Display"
  3910. DisplayErrors="Display error messages"
  3911. DOnly="Restrict D drive only"
  3912. DownlevelBrowse_Help="Lets users use the Add Printer wizard to search the network for shared printers.\n\nIf you enable this policy or do not configure it, then when users click "Add a network printer," but do not type the name of a particular printer, the Add Printer wizard displays a list of all shared printers on the network and invites users to choose a printer from among them.\n\nIf you disable this policy, users cannot search the network; they must type a printer name first.\n\nThis policy affects the Add Printer wizard only. It does not prevent users from using other programs to search for shared printers or to connect to network printers."
  3913. DownlevelBrowse_Tip1="Disable this option to remove the network printer browse page"
  3914. DownlevelBrowse_Tip2="from within the Add Printer wizard. Use this policy to disallow users"
  3915. DownlevelBrowse_Tip3="from browsing the network for printers. By removing the browse option"
  3916. DownlevelBrowse_Tip4="users are encouraged to find printers in the Active Directory if one is"
  3917. DownlevelBrowse_Tip5="available."
  3918. DownlevelBrowse="Browse the network to find printers"
  3919. DnsClient="DNS Client"
  3920. DQ_Enable_Help="Enables and disables disk quota management on all NTFS volumes of the computer, and prevents users from changing the setting.\n\nIf you enable this policy, disk quota management is enabled, and users cannot disable it.\n\nIf you disable the policy, disk quota management is disabled, and users cannot enable it.\n\nIf this policy is not configured, disk quota management is disabled by default, but administrators can enable it.\n\nTo prevent users from changing the setting while a policy is in effect, the system disables the "Enable quota management" option on the Quota tab of NTFS volumes.\n\nNote: This policy enables disk quota management but does not establish or enforce a particular disk quota limit. To specify a disk quota limit, use the "Default quota limit and warning level" policy. Otherwise, the system uses the physical space on the volume as the quota limit.\n\nTip: To enable or disable disk quota management without setting a policy, in My Computer, right-click the name of an NTFS volume, click Properties, click the Quota tab, and then click the "Enable quota management" option."
  3921. DQ_Enable="Enable disk quotas"
  3922. DQ_EnableTip1="Enable disk quotas for all NTFS volumes on the computer."
  3923. DQ_Enforce_Help="Determines whether disk quota limits are enforced and prevents users from changing the setting.\n\nIf you enable this policy, disk quota limits are enforced. If you disable this policy, disk quota limits are not enforced. When you enable or disable the policy, the system disables the "Deny disk space to users exceeding quota limit" option on the Quota tab so administrators cannot change the setting while a policy is in effect.\n\nIf the policy is not configured, the disk quota limit is not enforced by default, but administrators change the setting.\n\nEnforcement is optional. When users reach an enforced disk quota limit, the system responds as though the physical space on the volume were exhausted. When users reach an unenforced limit, their status in the Quota Entries window changes, but they can continue to write to the volume as long as physical space is available.\n\nNote: This policy overrides user settings that enable or disable quota enforcement on their volumes.\n\nTip: To specify a disk quota limit, use the "Default quota limit and warning level" policy. Otherwise, the system uses the physical space on the volume as the quota limit."
  3924. DQ_Enforce="Enforce disk quota limit"
  3925. DQ_EnforceTip1="Deny disk space to users exceeding their assigned quota limit."
  3926. DQ_Limit_Help="Specifies the default disk quota limit and warning level for new users of the volume.\n\nThis policy determines how much disk space can be used by each user on each of the NTFS file system volumes on a computer. It also specifies the warning level, the point at which the user's status in the Quota Entries window changes to indicate that the user is approaching the disk quota limit.\n\nThis policy overrides new users’ settings for the disk quota limit and warning level on their volumes, and it disables the corresponding options in the "Select the default quota limit for new users of this volume" section on the Quota tab.\n\nThis policy applies to all new users as soon as they write to the volume. It does not affect disk quota limits for current users or affect customized limits and warning levels set for particular users (on the Quota tab in Volume Properties).\n\nIf you disable this policy or do not configure it, the disk space available to users is not limited. The disk quota management feature uses the physical space on each volume as its quota limit and warning level.\n\nWhen you select a limit, remember that the same limit applies to all users on all volumes, regardless of actual volume size. Be sure to set the limit and warning level so that it is reasonable for the range of volumes in the group.\n\nThis policy is effective only when disk quota management is enabled on the volume. Also, if disk quotas are not enforced, users can exceed the quota limit you set. When users reach the quota limit, their status in the Quota Entries window changes, but users can continue to write to the volume."
  3927. DQ_Limit="Default quota limit and warning level"
  3928. DQ_LimitLabel="Default quota limit:"
  3929. DQ_LimitTip1="Specify a quota limit and warning level applied to users when"
  3930. DQ_LimitTip2="they first write to a quota-enabled volume."
  3931. DQ_LimitUnits="Units"
  3932. DQ_LimitValue="Value"
  3933. DQ_LogEventOverLimit_Help="Determines whether the system records an event in the local Application log when users reach their disk quota limit on a volume, and prevents users from changing the logging setting.\n\nIf you enable this policy, the system records an event when the user reaches their limit. If you disable this policy, no event is recorded. Also, when you enable or disable this policy, the system disables the "Log event when a user exceeds their quota limit" option on the Quota tab so adminstrators cannot change the setting while a policy is in effect.\n\nIf the policy is not configured, no events are recorded, but administrators can use the Quota tab option to change the setting.\n\nThis policy is independent of the enforcement policies for disk quotas. As a result, you can direct the system to log an event regardless of whether or not you choose to enforce the disk quota limit.\n\nAlso, this policy does not affect the Quota Entries window on the Quota tab. Even without the logged event, users can detect that they have reached their limit because their status in the Quota Entries window changes.\n\nTip: To find the logging option, in My Computer, right-click the name of an NTFS file system volume, click Properties, and then click the Quota tab."
  3934. DQ_LogEventOverLimit="Log event when quota limit exceeded"
  3935. DQ_LogEventOverLimitTip1="Generate event log entry when user's disk space usage exceeds"
  3936. DQ_LogEventOverLimitTip2="their assigned quota limit on a volume."
  3937. DQ_LogEventOverThreshold_Help="Determines whether the system records an event in the Application log when users reach their disk quota warning level on a volume.\n\nIf you enable this policy, the system records an event. If you disable this policy, no event is recorded. When you enable or disable the policy, the system disables the corresponding "Log event when a user exceeds their warning level" option on the Quota tab, so that administrators cannot change the logging setting while a policy is in effect.\n\nIf the policy is not configured, no event is recorded, but administrators can use the Quota tab option to change the logging setting.\n\nThis policy does not affect the Quota Entries window on the Quota tab. Even without the logged event, users can detect that they have reached their warning level because their status in the Quota Entries window changes.\n\nTip: To find the logging option, in My Computer, right-click the name of an NTFS file system volume, click Properties, and then click the Quota tab."
  3938. DQ_LogEventOverThreshold="Log event when quota warning level exceeded"
  3939. DQ_LogEventOverThresholdTip1="Generate event log entry when user's disk space usage exceeds"
  3940. DQ_LogEventOverThresholdTip2="their assigned quota warning level on a volume."
  3941. DQ_RemovableMedia_Help="Extends the disk quota policies in this folder to NTFS file system volumes on removable media.\n\nIf you disable this policy or do not configure it, the disk quota policies established in this folder apply to fixed-media NTFS volumes only."
  3942. DQ_RemovableMedia="Apply policy to removable media"
  3943. DQ_RemovableMediaTip1="Apply disk quota policy to fixed and removable media"
  3944. DQ_RemovableMediaTip2="on the computer."
  3945. DQ_ThresholdLabel="Default warning level:"
  3946. DQ_ThresholdUnits="Units"
  3947. DQ_ThresholdValue="Value"
  3948. DQ_UnitsEB="EB"
  3949. DQ_UnitsGB="GB"
  3950. DQ_UnitsKB="KB"
  3951. DQ_UnitsMB="MB"
  3952. DQ_UnitsPB="PB"
  3953. DQ_UnitsTB="TB"
  3954. DragAndDrop="Disable Drag-and-Drop"
  3955. DragAndDropHelp="Prevents users from adding or removing tasks by moving or copying programs in the Scheduled Tasks folder.\n\nThis policy disables the Cut, Copy, Paste, and Paste shortcut items on the context menu and the Edit menu in Scheduled Tasks. It also disables the drag-and-drop features of the Scheduled Tasks folder.\n\nAs a results, users cannot add new scheduled tasks by dragging, moving, or copying a document or program into the Scheduled tasks folder.\n\nThis policy does not prevent users from using other methods to create new tasks and it does not prevent users from deleting tasks.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  3956. DriverSign_Block="Block"
  3957. DriverSign_None="Ignore"
  3958. DriverSign_Warn="Warn"
  3959. DriverSigning_Help="Determines how the system responds when a user tries to install device driver files that are not digitally signed.\n\nThis policy establishes the least secure response permitted on the systems of users in the group. Users can use System in Control Panel to select a more secure setting, but when this policy is enabled, the system does not implement any setting less secure than the one the policy established.\n\nWhen you enable this policy, use the drop-down box to specify the desired response.\n\n--   "Ignore" directs the system to proceed with the installation even if it        includes unsigned files.\n\n--   "Warn" notifies the user that files are not digitally signed and lets the       user decide whether to stop or to proceed with the installation and         whether to permit unsigned files to be installed. "Warn" is the                 default.\n\n--   "Block" directs the system to refuse to install unsigned files. As a            result, the installation stops, and none of the files in the driver                 package is installed.\n\nTo change driver file security without setting a policy, use System in Control Panel. Right-click My Computer, click Properties, click the Hardware tab, and then click the Driver Signing button."
  3960. DriverSigning="Code signing for device drivers"
  3961. DriverSigningOp="When Windows detects a driver file without a digital signature:"
  3962. EnableAdminTSRemote_Help="Allows Terminal Services administrators to install and configure programs remotely.\n\nBy default, system administrators can install programs only when system administrators are logged on to the computer on which the program is being installed. This policy creates a special exception for computers running Terminal Services.\n\nThis policy affects system administrators only. Other users cannot install programs remotely."
  3963. EnableAdminTSRemote="Allow admin to install from Terminal Services session"
  3964. EnableSlowLinkDetect_Help="Disables the slow link detection feature.\n\nSlow link detection measures the speed of the connection between a user's computer and the remote server that stores the roaming user profile. When the system detects a slow link, the related policies in this folder tell the system how to respond.\n\nIf you enable this policy, the system does not detect slow connections or recognize any connections as being slow. As a result, the system does not respond to slow connections to user profiles and it ignores the policies that tell the system how to respond to a slow connection.\n\nIf you disable this policy or do not configure it, slow link detection is enabled. The system measures the speed of the connection between the user's computer and profile server. If the connection is slow (as defined by the "Slow network connection timeout for user profiles" policy), the system applies the other policies set in this folder to determine how to proceed. By default, when the connection is slow, the system loads the \
  3965. local copy of the user profile."
  3966. EnableSlowLinkDetect="Do not detect slow network connections"
  3967. EnableSlowLinkUI="Prompt user when slow link is detected"
  3968. EnableSlowLinkUI_Help="Notifies users when their roaming profile is slow to load. The notice lets users decide whether to use a local copy or to wait for the roaming user profile.\n\nIf you disable this policy or do not configure it, when a roaming user profile is slow to load, the system does not consult the user. Instead, it loads the local copy of the profile. If you have enabled the "Wait for remote user profile" policy, then the system loads the remote copy without consulting the user.\n\nThis policy and related policies in this folder together define the system's response when roaming user profiles are slow to load.\n\nTo adjust the time within which the user must respond to this notice, use the "Timeout for dialog boxes" policy.\n\nImportant: If the "Do not detect slow network connections" policy is enabled, this policy is ignored. Also, if the "Delete cached copies of roaming profiles" policy is enabled, there is no local copy of the roaming profile to load when the system detects a slow connection."
  3969. EnableUserControl_Help="Permits users to change installation options that typically are available only to system administrators.\n\nThis policy bypasses some of the security features of Windows Installer. It permits installations to complete that otherwise would be halted due to a security violation.\n\nThe security features of Windows Installer prevent users from changing installation options typically reserved for system administrators, such as specifying the directory to which files are installed. If Windows Installer detects that an installation package has permitted the user to change a protected option, it stops the installation and displays a message. These security features operate only when the installation program is running in a privileged security context in which it has access to directories denied to the user.\n\nThis policy is designed for less restrictive environments. It can be used to circumvent errors in an installation program that prevent software from being installed."
  3970. EnableUserControl="Enable user control over installs"
  3971. EnforcePoliciesOnly="Enforce Show Policies Only"
  3972. EnforcePoliciesOnly_Help="Prevents administrators from viewing or using Group Policy preferences.\n\nA Group Policy administration (.adm) file can contain both true policies and preferences. True policies, which are fully supported by Group Policy, must use registry entries in the Software\Policies or Software\Microsoft\Windows\CurrentVersion\Policies registry subkeys. Preferences, which are not fully supported, use registry entries in other subkeys.\n\nIf you enable this policy, the "Show Policies Only" command is turned on, and administrators cannot turn it off. As a result, Group Policy displays only true policies; preferences do not appear.\n\nIf you disable this policy or do not configure it, the "Show Policies Only" command is turned on by default, but administrators can view preferences by turning off the "Show Policies Only" command.\n\nTip: To find the "Show Policies Only" command, in Group Policy, click the Administrative Templates folder (either one), then right-click the same folder, and then point to "View."\n\nIn Group Policy, preferences have a red icon to distinguish them from true policies, which have a blue icon."
  3973. EnforceShellExtensionSecurity_Help="Directs Windows to start only the user interface extensions that the system security or the user have approved.\n\nWhen the system detects that the user is downloading an external program that runs as part of the Windows user interface, the system searches for a digital certificate or requests that the user approve the action. If you enable this policy, Windows only starts approved programs.\n\nThis policy is designed to protect the system from damage from programs that do not operate correctly or are intended to cause harm.\n\nNote: To view the approved user interface extensions for a system, start a registry editor (Regedt32 or Regedit). The system stores entries representing approved user interface extensions on a system in the following registry key:\n\n    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved."
  3974. EnforceShellExtensionSecurity="Only allow approved Shell extensions"
  3975. Exclude_Tip1="You can enter multiple directory names, semi-colon separated,"
  3976. Exclude_Tip2="all relative to the root of the user's profile"
  3977. ExcludeDirectories_Help="Lets you add to the list of folders excluded from the user's roaming profile.\n\nThis policy lets you exclude folders that are normally included in the user's profile. As a result, these folders need not be stored by the network server on which the profile resides, and do not follow users to other computers.\n\nBy default, the History, Local Settings, Temp, and Temporary Internet Files folders are excluded from the user's roaming profile.\n\nIf you enable this policy, you can exclude additional folders.\n\nIf you disable this policy or do not configure it, then only the default folders are excluded.\n\nNote: You cannot use this policy to include the default folders in a roaming user profile."
  3978. ExcludeDirectories="Exclude directories in roaming profile"
  3979. ExcludeMessage="Prevent the following directories from roaming with the profile:"
  3980. Execution="Prevent Task Run or End"
  3981. ExecutionHelp="Prevents users from starting and stopping tasks manually.\n\nThis policy removes the Run and End Task items from the context menu that appears when you right-click a task. As a result, users cannot start tasks manually or force tasks to end before they are finished.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  3982. ExplorerWindow="Windows Explorer window"
  3983. ForceActiveDesktopOn_Help="Enables Active Desktop and prevents users from disabling it.\n\nThis policy also removes the Active Desktop item from the context menu that appears when you right-click the desktop; it removes the Web tab from Display in Control Panel; and it disables the "Use Windows classic desktop" item on the General tab of the Folder Options dialog box. This prevents users from trying to enable or disable Active Desktop while a policy controls it.\n\nIf you disable this policy or do not configure it, Active Desktop is disabled by default, but users can enable it.\n\nNote: If both the "Enable Active Desktop" policy and the "Disable Active Desktop" policy are enabled, the "Disable Active Desktop" policy is ignored. If the "Enable Classic Shell" policy (in User Configuration\Administrative Templates\Windows Components\Windows Explorer) is enabled, then Active Desktop is disabled and both of these policies are ignored.\n\nTip: To enable Active Desktop without setting a policy, right-click the desktop, \
  3984. point to "Active Desktop," and then click "Show Web Content."\n\nAlso, see the "Remove the Folder Options menu item from the Tools menu" policy in User Configuration\Administrative Templates\Windows Components\Windows Explorer."
  3985. ForceActiveDesktopOn_Tip="Allows HTML and JPEG Wallpaper"
  3986. ForceActiveDesktopOn="Enable Active Desktop"
  3987. ForceStartMenuLogoff_Help="Adds the "Log Off <username>" item to the Start menu and prevents users from removing it.\n\nIf you enable this policy, the Log Off <username> item appears in the Start menu. This policy also removes the Display Logoff item from Start Menu Options. As a result, users cannot remove the Log Off <username> item from the Start Menu.\n\nIf you disable this policy or do not configure it, users can use the Display Logoff item to add and remove the Log Off item.\n\nThis policy affects the Start menu only. It does not affect the Log Off item on the Windows Security dialog box that appears when you press Ctrl+Alt+Del.\n\nTip: To add or remove the Log Off item on a computer, click Start, click Settings, click Taskbar & Start Menu, click the Start Menu Options tab and, in the Start Menu Settings box, click Display Logoff.\n\nSee also: "Disable Logoff" in User Configuration\Administrative Templates\System\Logon/Logoff."
  3988. ForceStartMenuLogoff="Add Logoff to the Start Menu"
  3989. DiskQuota="Disk Quotas"
  3990. GPDCOptionAny="Use any available domain controller"
  3991. GPDCOptionInherit="Inherit from the Active Directory Snap-ins"
  3992. GPDCOptionPDC="Use the Primary Domain Controller"
  3993. GPDCOptions="Group Policy domain controller selection"
  3994. GPDCOptions_Help="Determines which domain controller the Group Policy snap-in uses.\n\n--  "Use the Primary Domain Controller" indicates that the Group Policy snap-in reads and writes changes to the domain controller designated as the PDC Operations Master for the domain.\n\n--  "Inherit from the Active Directory Snap-ins" indicates that the Group Policy snap-in reads and writes changes to the domain controller that Active Directory Users and Computers or Active Directory Sites and Services snap-ins use.\n\n--  "Use any available domain controller" indicates that the Group Policy snap-in can read and write changes to any available domain controller.\n\nIf you disable this policy or do not configure it, the Group Policy snap-in uses the domain controller designated as the PDC Operations Master for the domain.\n\nTip: To change the PDC Operations Master for a domain, in Active Directory Users and Computers, right-click a domain, and then click "Operations Masters.""
  3995. GPDCOptionsDesc="When Group Policy is selecting a domain controller to use, it should:"
  3996. GPOnly_Tip1="The System.adm file you have loaded requires Group Policy"
  3997. GPOnly_Tip2="in Windows 2000.  You cannot use the System Policy Editor"
  3998. GPOnly_Tip3="to display Windows 2000 Group Policy settings."
  3999. GPOnly_Tip4="  "
  4000. GPOnly_Tip5="Enabling or disabling this policy has no effect."
  4001. GPOnly="Unsupported Administrative Templates"
  4002. GPOnlyPolicy="System.adm"
  4003. GPO_Script_Tip="Range is 0 to 32000, use 0 for infinite wait time"
  4004. GPRefreshRate_C_Desc1="This policy allows you to customize how often Group Policy is applied"
  4005. GPRefreshRate_C_Desc2="to computers. The range is 0 to 64800 minutes (45 days)."
  4006. GPRefreshRate_DC_Desc1="This policy allows you to customize how often Group Policy is applied"
  4007. GPRefreshRate_DC_Desc2="to domain controllers. The range is 0 to 64800 minutes (45 days)."
  4008. GPRefreshRate_U_Desc1="This policy allows you to customize how often Group Policy is applied"
  4009. GPRefreshRate_U_Desc2="to users. The range is 0 to 64800 minutes (45 days)."
  4010. GPRefreshRate="Minutes:"
  4011. GPRefreshRateOffset_Desc1="This is a random time added to the refresh interval to prevent"
  4012. GPRefreshRateOffset_Desc2="all clients from requesting Group Policy at the same time."
  4013. GPRefreshRateOffset_Desc3="The range is 0 to 1440 minutes (24 hours)"
  4014. GPRefreshRateOffset="Minutes:"
  4015. GPTransferRate_Help="Defines a slow connection for purposes of applying and updating Group Policy.\n\nIf the rate at which data is transferred from the domain controller providing a policy update to the computers in this group is slower than the rate specified by this policy, the system considers the connection to be slow.\n\nThe system's response to a slow policy connection varies among policies. The program implementing the policy can specify the response to a slow link. Also, the policy processing policies in this folder let you override the programs' specified responses to slow links.\n\nTo use this policy, in the "Connection speed" box, type a decimal number between 0 and 4,294,967,200 (0xFFFFFFA0), indicating a transfer rate in kilobits per second. Any connection slower than this rate is considered to be slow. If you type 0, all connections are considered to be fast.\n\nIf you disable this policy or do not configure it, the system uses the default value of 500 kilobits per second.\n\nThis policy \
  4016. appears in the Computer Configuration and User Configuration folders. The policy in Computer Configuration defines a slow link for policies in the Computer Configuration folder. The policy in User Configuration defines a slow link for policies in the User Configuration folder.\n\nAlso, see the "Automatically detect slow network connections" and related policies in Computer Configuration\Administrative Templates\System\Logon."
  4017. GPTransferRate="Group Policy slow link detection"
  4018. GreyMSIAds="Gray unavailable Windows Installer programs Start Menu shortcuts"
  4019. GreyMSIAds_Help="Displays Start menu shortcuts to partially installed programs in gray text.\n\nThis policy makes it easier for users to distinguish between programs that are fully installed and those that are only partially installed.\n\nPartially installed programs include those that a system administrator assigns using Windows Installer and those that users have configured for full installation upon first use.\n\nIf you disable this policy or do not configure it, all Start menu shortcuts appear as black text.\n\nNote: Enabling this policy can make the Start menu slow to open."
  4020. GroupPolicyRefreshRate_Help="Specifies how often Group Policy for computers is updated while the computer is in use (in the background). This policy specifies a background update rate only for Group Policies in the Computer Configuration folder.\n\nIn addition to background updates, Group Policy for the computer is always updated when the system starts.\n\nBy default, computer Group Policy is updated in the background every 90 minutes, with a random offset of 0 to 30 minutes.\n\nYou can specify an update rate from 0 to 64,800 minutes (45 days). If you select 0 minutes, the computer tries to update Group Policy every 7 seconds. However, because updates might interfere with users' work and increase network traffic, very short update intervals are not appropriate for most installations.\n\nIf you disable this policy, Group Policy is updated every 90 minutes (the default). To specify that Group Policy should never be updated while the computer is in use, select the "Disable background refresh of Group Policy" policy.\n\nThe Group Policy refresh interval for computers policy also lets you specify how much the actual update interval varies. To prevent clients with the same update interval from requesting updates simultaneously, the system varies the update interval for each client by a random number of minutes. The number you type in the random time box sets the upper limit for the range of variance. For example, if you type 30 minutes, the system selects a variance of 0 to 30 minutes. Typing a large number establishes a broad range and makes it less likely that client requests overlap. However, updates might be delayed significantly.\n\nThis policy establishes the update rate for computer Group Policy. To set an update rate for user policies, use the "Group Policy refresh interval for users" policy (located in User Configuration\Administrative Templates\System\Group Policy).\n\nThis policy is only used when the "Disable background refresh of Group Policy" policy is not enabled.\n\nNote: Consider notifying users that their policy is updated periodically so that they recognize the signs of a policy update. When Group Policy is updated, the Windows desktop is refreshed; it flickers briefly and closes open menus. Also, restrictions imposed by Group Policies, such as those that limit the programs users can run, might interfere with tasks in progress."
  4021. GroupPolicyRefreshRate="Group Policy refresh interval for computers"
  4022. GroupPolicyRefreshRateDC_Help="Specifies how often Group Policy is updated on domain controllers while they are running (in the background). The updates specified by this policy occur in addition to updates performed when the system starts.\n\nBy default, Group Policy on the domain controllers is updated every five minutes.\n\nYou can specify an update rate from 0 to 64,800 minutes (45 days). If you select 0 minutes, the domain controller tries to update Group Policy every 7 seconds. However, because updates might interfere with users' work and increase network traffic, very short update intervals are not appropriate for most installations.\n\nIf you disable this policy, the domain controller updates Group Policy every 5 minutes (the default). To specify that Group Policies for users should never be updated while the computer is in use, select the "Disable background refresh of Group Policy" policy.\n\nThis policy also lets you specify how much the actual update interval varies. To prevent domain controllers with the same update interval from requesting updates simultaneously, the system varies the update interval for each controller by a random number of minutes. The number you type in the random time box sets the upper limit for the range of variance. For example, if you type 30 minutes, the system selects a variance of 0 to 30 minutes. Typing a large number establishes a broad range and makes it less likely that update requests overlap. However, updates might be delayed significantly.\n\nNote: This policy is used only when you are establishing policy for a domain, site, organizational unit (OU), or customized group. If you are establishing policy for a local computer only, the system ignores this policy."
  4023. GroupPolicyRefreshRateDC="Group Policy refresh interval for domain controllers"
  4024. GroupPolicyRefreshRateUser_Help="Specifies how often Group Policy for users is updated while the computer is in use (in the background). This policy specifies a background update rate only for the Group Policies in the User Configuration folder.\n\nIn addition to background updates, Group Policy for users is always updated when they log on.\n\nBy default, user Group Policy is updated in the background every 90 minutes, with a random offset of 0 to 30 minutes.\n\nYou can specify an update rate from 0 to 64,800 minutes (45 days). If you select 0 minutes, the computer tries to update user Group Policy every 7 seconds. However, because updates might interfere with users' work and increase network traffic, very short update intervals are not appropriate for most installations.\n\nIf you disable this policy, user Group Policy is updated every 90 minutes (the default). To specify that Group Policy for users should never be updated while the computer is in use, select the "Disable background refresh of Group Policy" policy.\n\nThis policy also lets you specify how much the actual update interval varies. To prevent clients with the same update interval from requesting updates simultaneously, the system varies the update interval for each client by a random number of minutes. The number you type in the random time box sets the upper limit for the range of variance. For example, if you type 30 minutes, the system selects a variance of 0 to 30 minutes. Typing a large number establishes a broad range and makes it less likely that client requests overlap. However, updates might be delayed significantly.\n\nImportant: If the "Disable background refresh of Group Policy" policy is enabled, this policy is ignored.\n\nNote: This policy establishes the update rate for user Group Policies. To set an update rate for computer Group Policies, use the "Group Policy refresh interval for computers" policy (located in Computer Configuration\Administrative Templates\System\Group Policy).\n\nTip: Consider notifying users that their policy is updated periodically so that they recognize the signs of a policy update. When Group Policy is updated, the Windows desktop is refreshed; it flickers briefly and closes open menus. Also, restrictions imposed by Group Policies, such as those that limit the programs a user can run, might interfere with tasks in progress."
  4025. GroupPolicyRefreshRateUser="Group Policy refresh interval for users"
  4026. ImmortalPrintQueue_Help="Determines whether the domain controller can prune (delete from Active Directory) the printers published by this computer.\n\nBy default, the pruning service on the domain controller prunes printer objects from Active Directory if the computer that published them does not respond to contact requests. When the computer that published the printers restarts, it republishes any deleted printer objects.\n\nIf you enable this policy or do not configure it, the domain controller prunes this computer's printers when the computer does not respond.\n\nIf you disable this policy, the domain controller does not prune this computer's printers. This setting is designed to prevent printers from being pruned when the computer is temporarily disconnected from the network.\n\nNote: You can use the "Directory Pruning Interval" and "Directory Pruning Retry" policies to adjust the contact interval and number of contact attempts."
  4027. ImmortalPrintQueue_Tip1="Enable or disable this setting to control whether published "
  4028. ImmortalPrintQueue_Tip2="printers may be pruned. This policy applies to all printers published"
  4029. ImmortalPrintQueue_Tip3="by this computer. The default behavior is to allow pruning"
  4030. ImmortalPrintQueue_Tip4="of published printers."
  4031. ImmortalPrintQueue="Allow pruning of published printers"
  4032. IncludeRegInProQuota="Include registry in file list"
  4033. Intellimenus_Help="Disables personalized menus.\n\nWindows 2000 personalizes long menus by moving recently used items to the top of the menu and hiding items that have not been used recently. Users can display the hidden items by clicking an arrow to extend the menu.\n\nIf you enable this policy, the system does not personalize menus. All menu items appear and remain in standard order. Also, this policy removes the "Use Personalized Menus" option so users do not try to change the setting while a policy is in effect.\n\nNote: Personalized menus require user tracking. If you enable the "Disable user tracking" policy, the system disables user tracking and personalized menus, and ignores this policy.\n\nTip: To disable personalized menus without setting a policy, click Start, click Settings, click Taskbar & Start Menu, and, on the General tab, clear the "Use Personalized Menus" option."
  4034. Intellimenus="Disable personalized menus"
  4035. IntranetPrintersUrl_Help="Adds a link to an Internet or intranet Web page to the Add Printer wizard.\n\nYou can use this policy to direct users to a Web page from which they can install printers.\n\nIf you enable this policy and type an Internet or intranet address in the text box, the system adds a Browse button to the "Locate Your Printer" page in the Add Printer wizard. The Browse button appears beside the "Connect to a printer on the Internet or your intranet" option. When users click Browse, the system opens an Internet browser and navigates to the specified URL address to display the available printers.\n\nThis policy makes it easy for users to find the printers you want them to add.\n\nAlso, see the "Custom support URL in the Printers folder's left pane" and "Web-based printing" policies in Computer Configuration\Administrative Templates\Printers."
  4036. IntranetPrintersUrl_Link="Printers Page URL"
  4037. IntranetPrintersUrl_Tip1="Enable this option to add a browse button for Internet printers "
  4038. IntranetPrintersUrl_Tip2="in the Add Printer wizard. Use this policy to allow users browsing "
  4039. IntranetPrintersUrl_Tip3="the company's Intranet for printers. For example you can "
  4040. IntranetPrintersUrl_Tip4="specify a url like: http://www.company.com/printers. "
  4041. IntranetPrintersUrl_Tip5="To enable this option the edit box below should not be empty."
  4042. IntranetPrintersUrl="Browse a common web site to find printers"
  4043. Lbl_AlwaysPinSubFoldersHelp1="Ensures all subfolders are available offline when a folder is made"
  4044. Lbl_AlwaysPinSubFoldersHelp2="available for offline use."
  4045. Lbl_AssignedOfflineFilesHelp1="Specify network files and folders that are always available offline."
  4046. Lbl_AssignedOfflineFilesHelp2="In the name field, type a fully-qualified UNC path for each file or folder. "
  4047. Lbl_AssignedOfflineFilesHelp3="Do not enter a value for the item."
  4048. Lbl_AssignedOfflineFilesList="Files and Folders: "
  4049. Lbl_CustomGoOfflineActionsHelp1="Specify non-default actions for servers that become unavailable."
  4050. Lbl_CustomGoOfflineActionsHelp2="Enter a server name paired with an action value listed below."
  4051. Lbl_CustomGoOfflineActionsHelp3="Values:"
  4052. Lbl_CustomGoOfflineActionsHelp4="0 = Work offline. Server's files are available to local computer"
  4053. Lbl_CustomGoOfflineActionsHelp5="1 = Never go offline. Server's files are unavailable to local computer"
  4054. Lbl_CustomGoOfflineActionsList="Customize actions: "
  4055. Lbl_DefCacheSizeHelp1="Value entered is [ percent disk used * 10,000 ]."
  4056. Lbl_DefCacheSizeHelp2="For example, to indicate 12.53%, enter 1253."
  4057. Lbl_DefCacheSizeSpin="Default cache size: "
  4058. Lbl_Disabled="Disabled"
  4059. Lbl_Enabled="Enabled"
  4060. Lbl_EnabledHelp1="When enabled, files from auto-cache shared folders are cached on"
  4061. Lbl_EnabledHelp2="the local computer. Users can also select specific folders and"
  4062. Lbl_EnabledHelp3="files to always be available when working offline."
  4063. Lbl_EnabledOptionsCombo="Select one: "
  4064. Lbl_EventLoggingLevelHelp1="0 = Cache data corrupted"
  4065. Lbl_EventLoggingLevelHelp2="1 = Log 'server offline'"
  4066. Lbl_EventLoggingLevelHelp3="2 = Level 1 + log 'net stopped' and 'net started'"
  4067. Lbl_EventLoggingLevelHelp4="3 = Level 2 + log 'server available for reconnection'"
  4068. Lbl_EventLoggingLevelSpin="Enter [0-3]: "
  4069. Lbl_ExtExclusionListEdit="Extensions: "
  4070. Lbl_ExtExclusionListHelp1="Files may be excluded from caching on auto-cache shared folders based"
  4071. Lbl_ExtExclusionListHelp2="on their extension. Enter a list of extensions to be excluded. Extensions"
  4072. Lbl_ExtExclusionListHelp3="must be preceded by an asterisk and period. "e.g. *.dbf;*.ndx;*.lnk"
  4073. Lbl_Fail="Never go offline"
  4074. Lbl_FullSync="Full"
  4075. Lbl_GoOfflineActionCombo="Action: "
  4076. Lbl_GoOfflineActionHelp1="Specify how the system is to respond when a network server"
  4077. Lbl_GoOfflineActionHelp2="becomes unavailable."
  4078. Lbl_GoOfflineActionHelp3="Never go offline = Server's files are unavailable to local computer"
  4079. Lbl_GoOfflineActionHelp4="Work offline = Server's files are available to local computer"
  4080. Lbl_NoCacheViewerHelp1="Prevents users from accessing offline files through the"
  4081. Lbl_NoCacheViewerHelp2="Offline Files folder."
  4082. Lbl_NoConfigCacheHelp1="Prevents users from changing any cache configuration settings."
  4083. Lbl_NoMakeAvailableOfflineHelp1="Prevents users from making files and folders available"
  4084. Lbl_NoMakeAvailableOfflineHelp2="for offline use."
  4085. Lbl_NoRemindersHelp1="Prevents reminder balloons from displaying above the Offline Files"
  4086. Lbl_NoRemindersHelp2="icon in the system tray notification area."
  4087. Lbl_PurgeAtLogoffHelp1="Causes the local copy of any offline file accessed by the user"
  4088. Lbl_PurgeAtLogoffHelp2="to be deleted when the user logs off of the computer."
  4089. Lbl_QuickSync="Quick"
  4090. Lbl_ReminderFreqHelp1="Number of minutes between reminder balloons"
  4091. Lbl_ReminderFreqSpin="Minutes: "
  4092. Lbl_ReminderInitTimeoutHelp1="Sets the lifetime of the initial notification balloon displayed"
  4093. Lbl_ReminderInitTimeoutHelp2="when an Offline Files event occurs."
  4094. Lbl_ReminderInitTimeoutSpin="Seconds: "
  4095. Lbl_ReminderTimeoutHelp1="Sets the lifetime of the balloon displayed periodically reminding"
  4096. Lbl_ReminderTimeoutHelp2="users of the current condition of Offline Files."
  4097. Lbl_ReminderTimeoutSpin="Seconds: "
  4098. Lbl_SyncAtLogoffHelp1="Controls the level of synchronization performed at logoff."
  4099. Lbl_SyncAtLogoffHelp2="Synchronizes partially cached files so that they are"
  4100. Lbl_SyncAtLogoffHelp3="complete and updates all files marked for offline use."
  4101. Lbl_SyncAtLogoffHelp4="Otherwise, partially cached files are synchronized so that they"
  4102. Lbl_SyncAtLogoffHelp5="are complete, but does not update files."
  4103. Lbl_WorkOffline="Work offline"
  4104. LimitSize_Help="Sets the maximum size of each roaming user profile and determines the system's response when a roaming user profile reaches the maximum size.\n\nIf you disable this policy or do not configure it, the system does not limit the size of roaming user profiles.\n\nIf you enable this policy, you can do the following:\n\n--  Set a maximum permitted roaming profile size;\n\n--  Determine whether the registry files are included in the calculation of the profile size;\n\n--  Determine whether users are notified when the profile exceeds the permitted maximum size;\n\n--  Specify a customized message notifying users of the oversized profile;\n\n--  Determine how often the customized message is displayed."
  4105. LimitSize="Limit profile size"
  4106. LinkResolveIgnoreLinkInfo_Help="Determines whether Windows traces shortcuts back to their sources when it cannot find the target on the user's system.\n\nShortcut files typically include an absolute path to the original target file as well as the relative path to the current target file. When the system cannot find the file in the current target path, then, by default, it searches for the target in the original path. If the shortcut has been copied to a different computer, the original path might lead to a network computer, including external resources, such as an Internet server.\n\nIf you enable this policy, Windows only searches the current target path. It does not search for the original path even when it cannot find the target file in the current target path."
  4107. LinkResolveIgnoreLinkInfo="Do not track Shell shortcuts during roaming"
  4108. LoadBalance="Load balancing"
  4109. LocalProfile="Only allow local user profiles"
  4110. LocalProfile_Help="This setting determines if roaming user profiles are available on a particular computer. By default, when roaming profile users log on to a computer, their roaming profile is copied down to the local computer. If they have already logged on to this computer in the past, the roaming profile is merged with the local profile. Similarly, when the user logs off this computer, the local copy of their profile, including any changes they have made, is merged with the server copy of their profile.\n\nUsing the setting, you can prevent users configured to use roaming profiles from receiving their profile on a specific computer.\n\nIf you enable this setting, the following occurs on the affected computer: At first logon, the user receives a new local  profile, rather than the roaming profile. At logoff, changes are saved to the local profile. All subsequent logons use the local profile. \n\nIf you disable this setting or do not configure it, the default behavior occurs, as indicated above.\n\nIf you enable both the "Prevent Roaming Profile changes from propagating to the server" setting and the "Only allow local user profiles" setting, roaming profiles are disabled.\n\nNote: This setting only affects roaming profile users."
  4111. Login_Policies="Logon"
  4112. LogOnLogOff="Logon/Logoff"
  4113. MaxGPOScriptWait="Seconds:"
  4114. MaxGPOScriptWaitPolicy_Help="Determines how long the system waits for scripts applied by Group Policy to run.\n\nThis policy limits the total time allowed for all logon, startup, and shutdown scripts applied by Group Policy to finish running. If the scripts have not finished running when the specified time expires, the system stops script processing and records an error event.\n\nBy default, the system lets the combined set of scripts run for up to 600 seconds (10 minutes), but you can use this policy to adjust this interval.\n\nTo use this policy, in the Seconds box, type a number from 1 to 32,000 for the number of seconds you want the system to wait for the set of scripts to finish. To direct the system to wait until the scripts have finished, no matter how long they take, type 0.\n\nThis interval is particularly important when other system tasks must wait while the scripts complete. By default, each startup script must complete before the next one runs. Also, you can use the "Run logon scripts synchronously" policy to direct the system to wait for the logon scripts to complete before loading the desktop.\n\nAn excessively long interval can delay the system and inconvenience users. However, if the interval is too short, prerequisite tasks might not be done, and the system can appear to be ready prematurely."
  4115. MaxGPOScriptWaitPolicy="Maximum wait time for Group Policy scripts"
  4116. MaxRecentDocs_Help="Determines how many shortcuts the system can display in the Documents menu on the Start menu.\n\nThe Documents menu contains shortcuts to the non-program files the user has most recently opened. By default, the system displays shortcuts to the 15 most recently opened documents."
  4117. MaxRecentDocs="Maximum number of recent documents"
  4118. MemCheckBoxInRunDlg_Help="Lets users run a 16-bit program in a dedicated (not shared) Virtual DOS Machine (VDM) process.\n\nAll DOS and 16-bit programs run on Windows 2000 in the Windows Virtual DOS Machine program. VDM simulates a 16-bit environment, complete with the DLLs required by 16-bit programs. By default, all 16-bit programs run as threads in a single, shared VDM process. As such, they share the memory space allocated to the VDM process and cannot run simultaneously.\n\nEnabling this policy adds a check box to the Run dialog box, giving users the option of running a 16-bit program in its own dedicated NTVDM process. The additional check box is enabled only when a user enters a 16-bit program in the Run dialog box."
  4119. MemCheckBoxInRunDlg="Add "Run in Separate Memory Space" check box to Run dialog box"
  4120. MMC_ActiveDirDom&Trusts="Active Directory Domains and Trusts"
  4121. MMC_ActiveDirSites&Services="Active Directory Sites and Services"
  4122. MMC_ActiveDirUsers&Comp="Active Directory Users and Computers"
  4123. MMC_ADMComputers="Administrative Templates (Computers)"
  4124. MMC_ADMUsers="Administrative Templates (Users)"
  4125. MMC_AppleTalkRouting="AppleTalk Routing"
  4126. MMC_CertAuth="Certification Authority"
  4127. MMC_Certs="Certificates"
  4128. MMC_ComponentServices="Component Services"
  4129. MMC_ComputerManagement="Computer Management"
  4130. MMC_ConnectionSharingNAT="Connection Sharing (NAT)"
  4131. MMC_DCOMCFG="DCOM Configuration Extension"
  4132. MMC_DeviceManager="Device Manager"
  4133. MMC_DFS="Distributed File System"
  4134. MMC_DHCPRelayMgmt="DHCP Relay Management"
  4135. MMC_DiskDefrag="Disk Defragmenter"
  4136. MMC_DiskMgmt="Disk Management"
  4137. MMC_EventViewer="Event Viewer"
  4138. MMC_ExtensionSnapins="Extension snap-ins"
  4139. MMC_FAXService="FAX Service"
  4140. MMC_FolderRedirection="Folder Redirection"
  4141. MMC_GroupPolicy="Group Policy"
  4142. MMC_GroupPolicySnapIn="Group Policy snap-in"
  4143. MMC_GroupPolicyTab="Group Policy Tab for Active Directory Tools"
  4144. MMC_IAS="Internet Authentication Service (IAS)"
  4145. MMC_IASLogging="IAS Logging"
  4146. MMC_IEMaintenance="Internet Explorer Maintenance"
  4147. MMC_IGMPRouting="IGMP Routing"
  4148. MMC_IIS="Internet Information Services"
  4149. MMC_IndexingService="Indexing Service"
  4150. MMC_IPRouting="IP Routing"
  4151. MMC_IPSecurity="IP Security"
  4152. MMC_IPXRIPRouting="IPX RIP Routing"
  4153. MMC_IPXRouting="IPX Routing"
  4154. MMC_IPXSAPRouting="IPX SAP Routing"
  4155. MMC_LocalUsers&Groups="Local Users and Groups"
  4156. MMC_Logical&MappedDrives="Logical and Mapped Drives"
  4157. MMC_OSPFRouting="OSPF Routing"
  4158. MMC_PerfLogs&Alerts="Performance Logs and Alerts"
  4159. MMC_PublicKey="Public Key Policies"
  4160. MMC_QoSAdmission="QoS Admission Control"
  4161. MMC_R&RA="Routing and Remote Access"
  4162. MMC_RAS_DialinUser="RAS Dialin - User Node"
  4163. MMC_RemoteAccess="Remote Access"
  4164. MMC_RemStore="Removable Storage"
  4165. MMC_Restrict_Author="Restrict the user from entering author mode"
  4166. MMC_restrict_Author_Explain="Prevents users from entering author mode.\n\nThis policy prevents users from opening the MMC in author mode, from explicitly opening console files in author mode, and from opening any console files that open in author mode by default.\n\nAs a result, users cannot create console files or add or remove snap-ins. Also, because they cannot open author-mode console files, they cannot use  the tools that the files contain.\n\nThis policy permits users to open MMC user-mode console files, such as those on the Administrative Tools menu in Windows 2000 Server. However, users cannot open a blank MMC console window, on the Start menu. (To open the MMC, click Start, click Run, and type MMC.) Users also cannot open a blank MMC console window from a command prompt.\n\nIf you disable this policy or do not configure it, users can enter author mode and open author-mode console files."
  4167. MMC_Restrict_Explain="Permits or prohibits use of this snap-in.\n\nIf you enable this policy, the snap-in is permitted. If you disable the policy, the snap-in is prohibited.\n\nIf this policy is not configured, then the setting of the "Restrict users to the explicitly permitted list of snap-ins" policy determines whether this snap-in is permitted or prohibited.\n\n--  If "Restrict users to the explicitly permitted list of snap-ins" is enabled, users cannot use any snap-in except those explicitly permitted.\n\n    To explicitly permit use of this snap-in, enable this policy. If this policy is not configured (or disabled), this snap-in is prohibited.\n\n--  If "Restrict users to the explicitly permitted list of snap-ins" is disabled or not configured, users can use any snap-in except those explicitly prohibited.\n\n    To explicitly prohibit use of this snap-in, disable this policy. If this policy is not configured (or enabled), the snap-in is permitted.\n\nWhen a snap-in is prohibited, it does not appear in \
  4168. the Add/Remove Snap-in window in MMC. Also, when a user opens a console file that includes a prohibited snap-in, the console file opens, but the prohibited snap-in does not appear."
  4169. MMC_Restrict_To_Permitted_Snapins="Restrict users to the explicitly permitted list of snap-ins"
  4170. MMC_restrict_To_Permitted_Snapins_Explain="Lets you selectively permit or prohibit the use of Microsoft Management Console (MMC) snap-ins.\n\n--  If you enable this policy, all snap-ins are prohibited, except those that you explicitly permit. Use this setting if you plan to prohibit use of most snap-ins.\n\n    To explicitly permit a snap-in, open the Restricted/Permitted snap-ins policy folder and then enable the policies representing the snap-in you want to permit. If a snap-in policy in the folder is disabled or not configured, the snap-in is prohibited.\n\n--  If you disable this policy or do not configure it, all snap-ins are permitted, except those that you explicitly prohibit. Use this setting if you plan to permit use of most snap-ins.\n\n    To explicitly prohibit a snap-in, open the Restricted/Permitted snap-ins policy folder and then disable the policies representing the snap-ins you want to prohibit. If a snap-in policy in the folder is enabled or not configured, the snap-in is permitted.\n\nWhen a snap-in is prohibited, it does not appear in the Add/Remove Snap-in window in MMC. Also, when a user opens a console file that includes a prohibited snap-in, the console file opens, but the prohibited snap-in does not appear.\n\nNote: If you enable this policy, and do not enable any policies in the Restricted/Permitted snap-ins folder, users cannot use any MMC snap-ins."
  4171. MMC_RESTRICT="Restricted/Permitted snap-ins"
  4172. MMC_RIPRouting="RIP Routing"
  4173. MMC_RIS="Remote Installation Services"
  4174. MMC_Routing="Routing"
  4175. MMC_RSM="Removable Storage Management"
  4176. MMC_SCA="Security Configuration and Analysis"
  4177. MMC_ScriptsMachine="Scripts (Startup/Shutdown)"
  4178. MMC_ScriptsUser="Scripts (Logon/Logoff)"
  4179. MMC_SecuritySettings="Security Settings"
  4180. MMC_SecurityTemplates="Security Templates"
  4181. MMC_SendConsoleMessage="Send Console Message"
  4182. MMC_ServiceDependencies="Service Dependencies"
  4183. MMC_Services="Services"
  4184. MMC_SharedFolders="Shared Folders"
  4185. MMC_SMTPProtocol="SMTP Protocol"
  4186. MMC_SNMP="SNMP"
  4187. MMC_SoftwareInstallationUsers="Software Installation (Users)"
  4188. MMC_SoftwareInstalationComputers="Software Installation (Computers)"
  4189. MMC_SysInfo="System Information"
  4190. MMC_SysProp="System Properties"
  4191. MMC_Telephony="Telephony"
  4192. MMC_TerminalServices="Terminal Services Configuration"
  4193. MMC_WMI="WMI Control"
  4194. MMC="Microsoft Management Console"
  4195. MSI="Windows Installer"
  4196. MSILogging_Help="Specifies the types of events that Windows Installer records in its transaction log for each installation. The log, Msi.log, appears in the Temp directory of the system volume.\n\nWhen you enable this policy, you can specify the types of events you want Windows Installer to record. To indicate that an event type is recorded, type the letter representing the event type. You can type the letters in any order and list as many or as few event types as you desire.\n\nTo disable logging, delete all of the letters from the box.\n\nIf you disable this policy or do not configure it, Windows Installer logs the default event types, represented by the letters "iweap.""
  4197. MSILogging="Logging"
  4198. MSILoggingT1="To activate logging, enter one or more of the modes below."
  4199. MSILoggingT10="m - Out-of-memory"
  4200. MSILoggingT11="p - Terminal properties"
  4201. MSILoggingT12="v - Verbose output"
  4202. MSILoggingT13="o - Out of disk space messages"
  4203. MSILoggingT2=""iwearucmpvo" will log everything but adds time to the install."
  4204. MSILoggingT3="i - Status messages"
  4205. MSILoggingT4="w - Non-fatal warnings"
  4206. MSILoggingT5="e - All error messages"
  4207. MSILoggingT6="a - Start up of actions"
  4208. MSILoggingT7="r - Action-specific records"
  4209. MSILoggingT8="u - User requests"
  4210. MSILoggingT9="c - Initial UI parameters"
  4211. Network="Network"
  4212. NetworkConnections="Network and Dial-up Connections"
  4213. NewGPOLinksDisabled="Create new Group Policy Object links disabled by default"
  4214. NewGPOLinksDisabled_Help="Creates new Group Policy object links in the disabled state.\n\nThis policy creates all new Group Policy object links in the disabled state by default. After you configure and test the new object links, either by using Active Directory Users and Computers or Active Directory Sites and Services, you can enable the object links for use on the system.\n\nIf you disable this policy or do not configure it, new Group Policy object links are created in the enabled state. If you don't want them to be effective until they are configured and tested, you must disable the object link."
  4215. NC_AddRemoveComponents_Help="Determines whether administrators can add and remove network components. This policy has no effect on non-administrators.\n\nIf you enable this policy, the Install and Uninstall buttons for components of connections are disabled and users are not permitted access to network components in the Windows Components wizard.\n\nIf you disable this policy, the Install and Uninstall buttons for components of  connections in Network and Dial-up Connections are enabled. Also, users can gain access to network components in the Windows Components wizard.\n\nThe Install button opens the dialog boxes used to add network components. Clicking the Uninstall button removes the selected component in the components list (above the button).\n\nThe Install and Uninstall buttons appear when users right-click a connection and click Properties. These buttons are on the General tab for LAN connections and on the Networking tab for dial-up connections.\n\nThe Windows Components wizard permits users to add and remove components. To use the wizard, double-click Add/Remove Programs in Control Panel. To go directly to the network components in the Windows Components wizard, click the Advanced menu in Network and Dial-up Connections, and then click "Optional Networking Components."\n\nNote: Non-administrators are already prohibited from adding or removing components for a LAN or RAS connection regardless of this policy."
  4216. NC_AddRemoveComponents="Prohibit adding and removing components for a LAN or RAS connection"
  4217. NC_AdvancedSettings_Help="Determines whether the Advanced Settings item on the Advanced menu in Network and Dial-up Connections is enabled for administrators.\n\nThe Advanced Settings item lets users view and change bindings and view and change the order in which the computer accesses connections, network providers, and print providers.\n\nIf you enable this policy, the Advanced Settings item is disabled.\n\nIf you disable this policy, the Advanced Settings item is enabled.\n\nNote: Non-administrators are already prohibited from accessing the Advanced Settings dialog box regardless of policies."
  4218. NC_AdvancedSettings="Prohibit access to the Advanced Settings item on the Advanced menu"
  4219. NC_AllowAdvancedTCPIPConfig_Help="Determines whether users can use Network and Dial-up Connections to configure TCP/IP, DNS, and WINS settings.\n\nIf you enable this policy, the Advanced button on the Internet Protocol (TCP/IP) Properties dialog box is disabled. As a result, users cannot open the Advanced TCP/IP Settings Properties page and modify IP settings, such as DNS and WINS server information.\n\nIf you disable this policy, the Advanced button is enabled and the users can open the Advanced TCP/IP Setting dialog box.\n\nNote: This policy is superceded by policies that prohibit access to properties of connections or connection components.  When these polices are enabled users cannot gain access to the Advanced button.\n\nTip: To open the Advanced TCP/IP Setting dialog box, in Network and Dial-up Connections, right-click a connection icon, and click Properties. For RAS connections select the Networking tab.  In the "Components checked are used by this connection" box, click Internet Protocol (TCP/IP), click the Properties button, and then click the Advanced button.\n\nNote: Changing this policy from Enabled to Not Configured does not enable the Advanced button until the user logs off."
  4220. NC_AllowAdvancedTCPIPConfig="Prohibit TCP/IP advanced configuration"
  4221. NC_ChangeBindState_Help="Determines whether administrators can enable and disable the components used by local area connections.\n\nEnabling this policy removes the check boxes for enabling and disabling components. As a result, administrators cannot enable or disable the components that a connection uses.\n\nIf you disable this policy, the Properties dialog box for a connection includes a check box beside the name of each component that the connection uses. Selecting the check box enables the component, and clearing the check box disables the component.\n\nNote: Non-administrators are already prohibited from enabling or disabling components for a LAN connection regardless of this policy.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to enable/disable connection components."
  4222. NC_ChangeBindState="Prohibit enabling/disabling components of a LAN connection"
  4223. NC_DialupPrefs_Help="Determines whether the "Dial-up Preferences" item on the Advanced menu in Network and Dial-up Connections is enabled.\n\nThe Dial-up Preferences item lets users create and change connections before logon and configure automatic dialing and callback features.\n\nIf you enable this policy, the Dial-up Preferences item is disabled.\n\nIf you disable this policy, the Dial-up Preferences item is enabled."
  4224. NC_DialupPrefs="Prohibit access to the Dial-up Preferences item on the Advanced menu"
  4225. NC_DeleteAllUserConnection="Prohibit deletion of RAS connections available to all users"
  4226. NC_DeleteAllUserConnection_Help="Prohibits users from deleting shared dial-up (RAS) connections. Shared connections are available to all users of the computer.\n\nShared connections are those that are available to all users. To create a shared dial-up (RAS) connection, on the Connection Availability page in the Network Connections wizard, click the "For all users" option.\n\nIf you enable this policy or do not configure it, only administrators can delete shared RAS connections. (By default, users can still delete their private connections, but you can change the default by using the "Prohibit deletion of RAS connections" policy.)\n\nIf you disable this policy, users can delete shared RAS connections. Additionally, if your file system is NTFS users need to have write access to Documents and Settings\All Users\Application Data\Microsoft\Network\Connections\Pbk to delete a shared RAS Connection.\n\nImportant: When enabled, the "Prohibit deletion of RAS connections" policy takes precedence over this policy. Users (including administrators) cannot delete any RAS connections and this policy is ignored.\n\nNote: LAN connections are created and deleted automatically by the system when a LAN adapter is installed or removed. You cannot use Network and Dial-up Connections to create or delete a local area connection.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to bypass this policy.
  4227. NC_DeleteConnection_Help="Determines whether users can delete their private dial-up (RAS) connections.\n\nPrivate connections are those that are available only to one user. To create a private connection, on the Connection Availability page in the Network Connections wizard, click the "Only for myself" option.\n\nIf you enable this policy, users (including administrators) cannot delete any RAS connections. This setting also disables the "Delete" option on the context menu for a RAS connection and on the File menu in Network and Dial-up Connections.\n\nIf you disable this policy or do not configure it, users can delete their private RAS connections. Private connections are those that are available only to one user. (By default, only administrators can delete connections available to all users, but you can change the default by using the "Prohibit deletion of RAS connections available to all users" policy.)\n\nImportant: When enabled, this policy takes precedence over the "Prohibit deletion of RAS connections available to all users" policy. Users cannot delete any RAS connections and the "Prohibit deletion of RAS connections available to all users" policy is ignored.\n\nNote: LAN connections are created and deleted \
  4228. automatically when a LAN adapter is installed or removed. You cannot use Network and Dial-up Connections to create or delete a local area connection.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to bypass this policy."
  4229. NC_DeleteConnection="Prohibit deletion of RAS connections"
  4230. NC_LanChangeProperties_Help="Determines whether administrators can change the properties of components used by a local area connection.\n\nThis policy determines whether the Properties button for components of a local area connection is enabled.\n\nIf you enable this policy, the Properties button is disabled.\n\nIf you disable this policy or do not configure it, the Properties button is enabled.\n\nThe Local Area Connection Properties dialog box includes a list of the network components that the connection uses. To view or change the properties of a component, click the name of the component, and then click the Properties button beneath the component list.\n\nNote: Not all network components have configurable properties. For components that are not configurable, the Properties button is always disabled.\n\nNote: Non-administrators are already prohibited from accessing properties of components for a LAN connection regardless of this policy."
  4231. NC_LanChangeProperties="Prohibit access to properties of components of a LAN connection"
  4232. NC_LanConnect_Help="Determines whether users can Enable/Disable local area connections.\n\nIf you enable this policy, then double-clicking the icon has no effect, and the Enable and Disable menu items are disabled.\n\nIf you disable this policy, the Enable and Disable options for local area connections are available to users in the group. Users can Enable/Disable a local area connection by double-clicking the icon representing the connection, by right-clicking it, or by using the File menu.\n\nNote: Administrators can still Enable/Disable local area connections from Device Manager."
  4233. NC_LanConnect="Prohibit enabling/disabling a LAN connection"
  4234. NC_LanProperties_Help="Determines whether administrators can view and change the properties of a local area connection.\n\nThis policy determines whether the Properties menu item is enabled, and thus, whether the Local Area Connection Properties dialog box is available to administrators.\n\nIf you enable this policy, the Properties menu items are disabled, and administrators cannot open the Local Area Connection Properties dialog box.\n\nIf you disable this policy, a Properties menu item appears when administrators right-click the icon representing a local area connection. Also, when administrators select the connection, Properties is enabled on the File menu.\n\nNote: This policy supersedes policies that remove or disable parts of the Local Area Connection Properties dialog box, such as those that hide tabs, remove the check boxes for enabling or disabling components, or disable Properties button for components that a connection uses. If you enable this policy, then the policies that disable parts of the Local Area Connection Properties dialog box are ignored.\n\nNote: Non-administrators are already denied access to properties regardless of policies."
  4235. NC_LanProperties="Prohibit access to properties of a LAN connection"
  4236. NC_NewConnectionWizard_Help="Determines whether users can use the Network Connection wizard, which creates new network connections.\n\nIf you enable this policy, the Make New Connection icon does not appear in the Start Menu on in the Network and Dial-up Connections folder. As a result, users cannot start the Network Connection wizard.\n\nIf you disable this policy, the Make New Connection icon appears in the start menu and in the Network and Dial-up Connections folder. Clicking Make New Connection starts the Network Connection wizard.\n\nNote: Changing this policy from Enabled to Not Configured does not restore the Make New Connection icon until the user logs off.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to bypass this policy."
  4237. NC_NewConnectionWizard="Prohibit access to the Network Connection wizard"
  4238. NC_RasAllUserProperties_Help="Determines whether a user can view and change the properties of dial-up connections that are available to all users of the computer.\n\nShared connections are those that are available to all users. To create a shared dial-up (RAS) connection, on the Connection Availability page in the Network Connections wizard, click the "For all users" option.\n\nThis policy determines whether the Properties menu item is enabled, and thus, whether the Dial-up Connection Properties dialog box is available to users.\n\nIf you enable this policy, the Properties menu items are disabled, and users cannot open the Dial-up Connection Properties dialog box.\n\nIf you disable this policy, a Properties menu item appears when users right-click the icon for a dial-up connection. Also, when users select the connection, Properties appears on the File menu.\n\nNote: This policy supersedes policies that remove or disable parts of the Dial-up Connection Properties dialog box, such as those that hide tabs, remove the check boxes for enabling or disabling components, or disable the Properties button for components that a connection uses. If you enable this policy, it overrides these subsidiary policies.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to bypass this policy."
  4239. NC_RasAllUserProperties="Prohibit access to properties of RAS connections available to all users"
  4240. NC_RasChangeProperties_Help="Determines whether users can view and change the properties of components used by a dial-up connection.\n\nThis policy determines whether the Properties button for components used by a RAS connection is enabled.\n\nIf you enable this policy, the Properties button is disabled.\n\nIf you disable this policy, the Properties button is enabled.\n\nThe Networking tab of the Dial-up Connection Properties dialog box includes a list of the network components that the connection uses. To view or change the properties of a component, click the name of the component, and then click the Properties button beneath the component list.\n\nNote: Not all network components have configurable properties. For components that are not configurable, the Properties button is always disabled.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to bypass this policy."
  4241. NC_RasChangeProperties="Prohibit access to properties of components of a RAS connection"
  4242. NC_RasConnect_Help="Determines whether users can connect and disconnect dial-up connections.\n\nIf you enable this policy, then double-clicking the icon has no effect, and the Connect and Disconnect menu items are disabled.\n\nIf you disable this policy, the Connect and Disconnect options for dial-up connections are available to all users. Users can connect or disconnect a dial-up connection by double-clicking the icon representing the connection, by right-clicking it, or by using the File menu.\n\nNote: Users can still connect and disconnect from the Status page for a connection. To prevent users from displaying the Status page, enable the "Prohibit viewing of status statistics for an active connection" policy."
  4243. NC_RasConnect="Prohibit connecting and disconnecting a RAS connection"
  4244. NC_RasMyProperties_Help="Determines whether users can view and change the properties of their private dial-up (RAS) connections.\n\nPrivate connections are those that are available only to one user. To create a private connection, on the Connection Availability page in the Network Connections wizard, click the "Only for myself" option.\n\nThis policy determines whether the Properties menu item is enabled, and thus, whether the Dial-up Connection Properties dialog box is available to users.\n\nIf you enable this policy, the Properties menu items are disabled, and users cannot open the Dial-up Connection Properties dialog box.\n\nIf you disable this policy, a Properties menu item appears when users right-click the icon representing a dial-up connection. Also, when users select the connection, Properties appears on the File menu.\n\nNote: This policy supersedes policies that remove or disable parts of the Dial-up Connection Properties dialog box, such as those that hide tabs, remove the check boxes for enabling or disabling components, or disable the Properties button for components that a connection uses. If you enable this policy, it overrides these subsidiary policies.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to bypass this policy."
  4245. NC_RasMyProperties="Prohibit access to current user's RAS connection properties"
  4246. NC_RenameConnection_Help="Determines whether users can rename dial-up (RAS) and local area connections.\n\nPrivate RAS connections can be renamed regardless of this setting.\n\nIf you enable this policy, the Rename option is disabled.\n\nIf you disable this policy, the Rename option is enabled. Users can rename connections by clicking the icon representing a connection or by using the File menu.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to rename RAS connections. "
  4247. NC_RenameConnection="Prohibit renaming LAN connections or RAS connections available to all users"
  4248. NC_RenameMyRasConnection_Help="Determines whether users can rename their private dial-up (RAS) connections.\n\nPrivate connections are those that are available only to one user. To create a private connection, on the Connection Availability page in the Network Connections wizard, click the "Only for myself" option.\n\nIf you enable this policy, the Rename option is disabled.\n\nIf you disable this policy, the Rename option is enabled for users’ private dial-up connections. Users can rename their private connection by clicking an icon representing the connection or by using the File menu.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to bypass this policy."
  4249. NC_RenameMyRasConnection="Prohibit renaming of RAS connections belonging to the current user"
  4250. NC_ShowSharedAccessUI_Help="Determines whether administrators can enable, disable, and configure the Connection Sharing feature of LAN or RAS connections.\n\nIf you enable this policy, the system removes the Sharing tab from the Properties dialog box for a LAN or RAS connection. On Windows 2000 Server, it also removes the Internet Connection Sharing page from the Network Connection wizard.\n\nIf you disable this policy, the Sharing tab and Internet Connection Sharing wizard page are displayed.\n\nConnection Sharing lets users configure their system as an Internet gateway for a small network. It provides network services, such as name resolution, to the network.\n\nBy default, Connection Sharing is disabled when you create a dial-up connection, but administrators can use the Sharing tab and Internet Connection Sharing wizard page to enable it.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. If both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nNote: LAN Connection Sharing is only available when two or more network interfaces are present.\n\nNote: Non-administrators are already prohibited from configuring Connection Sharing regardless of this policy."
  4251. NC_ShowSharedAccessUI="Prohibit configuration of connection sharing"
  4252. NC_Statistics_Help="Determines whether users can view the Status page for an active connection.\n\nThe Status page displays information about the connection and its activity. It also provides buttons to disconnect and to configure the properties of the connection.\n\nIf you enable this policy, the Status option is disabled, and the Status page doesn’t appear.\n\nIf you disable this policy, the Status page appears when users double-click an active connection. Also, an option to display the Status page appears on a menu when users right-click the icon for an active connection, and the option appears on the File menu when users select an active connection.\n\nNote: Even when this policy is enabled, some connection statistics can be viewed by hovering with the mouse pointer over the connection icon (in the system tray)."
  4253. NC_Statistics="Prohibit viewing of status statistics for an active connection"
  4254. NoActiveDesktop_Help="Disables Active Desktop and prevents users from enabling it.\n\nThis policy also removes the Active Desktop item from the context menu that appears when you right-click the desktop; it removes the Web tab from Display in Control Panel; and it disables the "Enable Web content on my desktop" item on the General tab of the Folder Options dialog box. This prevents users from trying to enable or disable Active Desktop while a policy controls it. If you disable this policy or do not configure it, Active Desktop is disabled by default, but users can enable it.\n\nNote: If both the "Enable Active Desktop" policy and the "Disable Active Desktop" policy are enabled, the "Disable Active Desktop" policy is ignored. If the "Enable Classic Shell" policy (in User Configuration\Administrative Templates\Windows Components\Windows Explorer) is enabled, then Active Desktop is disabled and both of these policies are ignored.\n\nTip: To disable Active Desktop without setting a policy, right-click the \
  4255. desktop, point to "Active Desktop" and then turn off "Show Web Content."\n\nAlso, see the "Remove the Folder Options menu item from the Tools menu" policy in User Configuration\Administrative Templates\Windows Components\Windows Explorer."
  4256. NoActiveDesktop_Tip="Disallows HTML and Jpg Wallpaper"
  4257. NoActiveDesktop="Disable Active Desktop"
  4258. NoActiveDesktopChanges_Help="Prevents the user from enabling or disabling Active Desktop or changing the Active Desktop configuration.\n\nThis is a comprehensive policy that locks down the configuration you establish by using other policies in this folder.\n\nThis policy removes the Web tab from Display in Control Panel and removes the Active Desktop item from menu that appears when you right-click the desktop. As a result, users cannot enable or disable Active Desktop. If Active Desktop is already enabled, users cannot add, remove, or edit Web content or disable, lock, or synchronize Active Desktop components."
  4259. NoActiveDesktopChanges="Prohibit changes"
  4260. NoAddFromCDorFloppy_Help="Removes the Add a program from CD-ROM or floppy disk section from the Add New Programs page. This prevents users from using Add/Remove Programs to install programs from removable media.\n\nIf you disable this policy or do not configure it, the Add a program from CD-ROM or floppy disk option is available to all users.\n\nThis policy does not prevent users from using other tools and methods to add or remove program components.\n\nNote: If the "Hide Add New Programs page" policy is enabled, this policy is \
  4261. ignored. Also, if the "Disable media source for any install" policy (located in Computer Configuration\Administrative Templates\Windows Components\Windows Installer) is enabled, users cannot add programs from removable media, regardless of the setting of this policy."
  4262. NoAddFromCDorFloppy="Hide the "Add a program from CD-ROM or floppy disk" option"
  4263. NoAddFromInternet_Help="Removes the Add programs from Microsoft section from the Add New Programs page. This policy prevents users from using Add/Remove Programs to connect to Windows Update.\n\nIf you disable this policy or do not configure it, Add programs from Microsoft is available to all users.\n\nThis policy does not prevent users from using other tools and methods to connect to Windows Update.\n\nNote: If the "Hide Add New Programs page" policy is enabled, this policy is ignored."
  4264. NoAddFromInternet="Hide the "Add programs from Microsoft" option"
  4265. NoAddFromNetwork_Help="Prevents users from viewing or installing published programs.\n\nThis policy removes the Add programs from your network section from the Add New Programs page. The Add programs from your network section lists published programs and provides an easy way to install them.\n\nPublished programs are those that the system administrator has explicitly made available to the user with a tool such as Windows Installer. Typically, system administrators publish programs to notify users that the programs are available, to recommend their use, or to enable users to install them without having to search for installation files.\n\nIf you enable this policy, users cannot tell which programs have been published by the system administrator, and they cannot use Add/Remove Programs to install published programs. However, they can still install programs by using other methods, and they can view and install assigned (partially installed) programs that are offered on the desktop or on the Start menu.\n\nIf you disable this policy or do not configure it, Add programs from your network is available to all users.\n\nNote: If the "Hide Add New Programs page" policy is enabled, this policy is ignored."
  4266. NoAddFromNetwork="Hide the "Add programs from your network" option"
  4267. NoAddingComponents_Help="Prevents users from adding Web content to their Active Desktop.\n\nThis policy removes the "New" button from Web tab in Display in Control Panel. It also removes the "New Desktop Item" command from the Active Desktop menu. As a result, users cannot add Web pages or pictures from the Internet or an intranet to the desktop.\n\nThis policy does not remove existing Web content from their Active Desktop, or prevent users from removing existing Web content.\n\nAlso, see the "Disable all items" policy."
  4268. NoAddPage_Help="Removes the Add New Programs button from the Add/Remove Programs bar. As a result, users cannot view or change the attached page.\n\nThe Add New Programs button lets users install programs published or assigned by a system administrator.\n\nIf you disable this policy or do not configure it, the Add New Programs button is available to all users.\n\nThis policy does not prevent users from using other tools and methods to install programs."
  4269. NoAddPage="Hide Add New Programs page"
  4270. NoAddPrinter_Help="Prevents users from using familiar methods to add local and network printers.\n\nThis policy removes the Add Printer option from the Start menu. (To find the Add Printer option, click Start, click Printers, and then click Add Printer.) This policy also removes Add Printer from the Printers folder in Control Panel.\n\nAlso, users cannot add printers by dragging a printer icon into the Printers folder. If they try, a message appears explaining that the a policy prevents the action.\n\nHowever, this policy does not prevent users from using the Add Hardware wizard to add a printer. Nor does it prevent users from running other programs to add printers.\n\nThis policy does not delete printers that users have already added. However, if users have not added a printer when this policy is applied, they can’t print.\n\nNote: You can use printer permissions to restrict the use of printers without setting a policy. In the Printers folder, right-click a printer, click Properties, and then click the Security tab."
  4271. NoAddPrinter="Disable addition of printers"
  4272. NoAddRemovePrograms_Help="Prevents users from using Add/Remove Programs.\n\nThis policy removes Add/Remove Programs from Control Panel and removes the Add/Remove Programs item from menus.\n\nAdd/Remove Programs lets users install, uninstall, repair, add, and remove features and components of Windows 2000 and a wide variety of Windows programs. Programs published or assigned to the user appear in Add/Remove Programs.\n\nIf you disable this policy or do not configure it, Add/Remove Programs is available to all users.\n\nWhen enabled, this policy takes precedence over the other policies in this folder.\n\nThis policy does not prevent users from using other tools and methods to install or uninstall programs."
  4273. NoAddRemovePrograms="Disable Add/Remove Programs"
  4274. NoBackButton_Help="Removes the Back button from the Open dialog box.\n\nThis policy, and others in this folder, lets you remove new features added in Windows 2000, so that the Open dialog box looks like it did in Windows NT 4.0 and earlier. These policies only affect programs that use the standard Open dialog box provided to developers of Windows programs.\n\nTo see an example of the standard Open dialog box, run Notepad and, from the File menu, click Open."
  4275. NoBackButton="Hide the common dialog back button"
  4276. NoBalloonTip_Help="Hides popup text on the Start menu.\n\nWhen you hold the cursor over an item on the Start menu, the system displays popup text providing information about the item, such as the path to a file, the URL for a Web shortcut, or a brief description of program.\n\nIf you enable this policy, this popup text does not appear on the Start menu."
  4277. NoBalloonTip="Disable Balloon Tips on Start Menu items"
  4278. NoChangeAnimation_Help="Prevents users from selecting the option to animate the movement of windows, menus, and lists.\n\nIf you enable this policy, the "Use transition effects for menus and tooltips" option in Display in Control Panel is disabled.\n\nEffects, such as animation, are designed to enhance the user's experience but might be confusing or distracting to some users."
  4279. NoChangeAnimation="Disable UI to change menu animation setting"
  4280. NoChangeKeyboardNavigationIndicators_Help="Disables the "Hide keyboard navigation indicators until I use the ALT key" option in Display in Control Panel.\n\nWhen this Display Properties option is selected, the underlining that indicates a keyboard shortcut character (hot key) does not appear on menus until you press ALT.\n\nEffects, such as transitory underlines, are designed to enhance the user's experience but might be confusing or distracting to some users."
  4281. NoChangeKeyboardNavigationIndicators="Disable UI to change keyboard navigation indicator setting"
  4282. NoChangeStartMenu_Help="Prevents users from using the drag-and-drop method to reorder or remove items on the Start menu. Also, it removes context menus from the Start menu.\n\nIf you disable this policy or do not configure it, users can remove or reorder Start menu items by dragging and dropping the item. They can display context menus by right-clicking a Start menu item.\n\nThis policy does not prevent users from using other methods of customizing the Start menu or performing the tasks available from the context menus.\n\nAlso, see the "Disable changes to Taskbar and Start Menu Settings" and the "Disable context menu for taskbar" policies."
  4283. NoChangeStartMenu="Disable drag-and-drop context menus on the Start Menu"
  4284. NoChangingWallPaper_Help="Prevents users from adding or changing the background design of the desktop.\n\nBy default, users can use the Background tab of Display in Control Panel to add a background design (wallpaper) to their desktop. If you enable this policy, the Background tab still appears, but all options on the tab are disabled.\n\nTo remove the Background tab, use the "Hide Background tab" policy.\n\nTo specify wallpaper for a group use the "Active Desktop Wallpaper" policy.\n\nAlso, see the "Allow only bitmapped wallpaper" policy."
  4285. NoClose_Help="Prevents users from shutting down or restarting Windows.\n\nThis policy removes the Shut Down option from the Start menu and disables the Shut Down button on the Windows Security dialog box, which appears when you press CTRL+ALT+DEL.\n\nThis policy prevents users from using the Windows user interface to shut down the system, although it does not prevent them from running programs that shut down Windows.\n\nIf you disable this policy or do not configure it, the Shut Down menu option appears, and the Shut Down button is enabled."
  4286. NoClose="Disable and remove the Shut Down command"
  4287. NoCloseDragDropBands_Help="Prevents users from manipulating desktop toolbars.\n\nIf you enable this policy, users cannot add or remove toolbars from the desktop. Also, users cannot drag toolbars onto or off of docked toolbars.\n\nNote: If users have added or removed toolbars, this policy prevents them from restoring the default configuration.\n\nTip: To view the toolbars that can be added to the desktop, right-click a docked toolbar (such as the taskbar beside the Start button), and point to "Toolbars."\n\nAlso, see the "Disable adjusting desktop toolbars" policy."
  4288. NoClosingComponents_Help="Prevents users from removing Web content from their Active Desktop.\n\nIn Active Desktop, you can add items to the desktop, but close them so they are not displayed. If you enable this policy, items added to the desktop cannot be closed; they always appear on the desktop.\n\nThis policy removes the list of the Active Desktop items from the Active Desktop menu. (To see this list, right-click the desktop and point to Active Desktop. The list appears at the bottom of the menu.) Also, it removes the check boxes from items on the Web tab in Display in Control Panel.\n\nThis policy does not prevent users from deleting items from their Active Desktop."
  4289. NoCommonGroups_Help="Removes items in the All Users profile from the Programs menu on the Start menu.\n\nBy default, the Programs menu contains items from the All Users profile and items from the user's profile. If you enable this policy, only items in the user's profile appear in the Programs menu.\n\nTip: To see the Program menu items in the All Users profile, on the system drive, go to Documents and Settings\All Users (WINNT)\Start Menu\Programs."
  4290. NoCommonGroups="Remove common program groups from Start Menu"
  4291. NoControlPanel_Help="Disables all Control Panel programs.\n\nThis policy prevents Control.exe, the program file for Control Panel, from starting. As a result, users cannot start Control Panel or run any Control Panel items.\n\nThis policy also removes Control Panel from the Start menu. (To open Control Panel, click Start, point to Settings, and then click Control Panel.) This policy also removes the Control Panel folder from Windows Explorer.\n\nIf users try to select a Control Panel item from the Properties item on a context menu, a message appears explaining that a policy prevents the action.\n\nAlso, see the "Disable Display in Control Panel" and "Disable programs on Settings menu" policies."
  4292. NoControlPanel="Disable Control Panel"
  4293. NoDeletePrinter_Help="Prevents users from deleting local and network printers.\n\nIf a user tries to delete a printer, such as by using the Delete option in Printers in Control Panel, a message appears explaining that a policy prevents the action.\n\nThis policy does not prevent users from running other programs to delete a printer."
  4294. NoDeletePrinter="Disable deletion of printers"
  4295. NoDeletingComponents_Help="Prevents users from deleting Web content from their Active Desktop.\n\nThis policy removes the Delete button from the Web tab in Display in Control Panel. As a result, users can temporarily remove, but not delete, Web content from their Active Desktop.\n\nThis policy does not prevent users from adding Web content to their Active Desktop.\n\nAlso, see the "Prohibit closing components" and "Disable all items" policies."
  4296. NoDesktop_Help="Removes icons, shortcuts, and other default and user-defined items from the desktop, including Briefcase, Recycle Bin, My Computer, and My Network Places.\n\nRemoving icons and shortcuts does not prevent the user from using another method to start the programs or opening the items they represent."
  4297. NoDesktop="Hide all icons on Desktop"
  4298. NoDFSTab_Help="Removes the DFS tab from Windows Explorer.\n\nThis policy removes the DFS tab from Windows Explorer and from other programs that use the Windows Explorer browser, such as My Computer. As a result, users cannot use this tab to view or change the properties of the Distributed File System (DFS) shares available from their computer.\n\nThis policy does not prevent users from using other methods to configure DFS."
  4299. NoDFSTab="Disable DFS tab"
  4300. NoDispAppearancePage_Help="Removes the Appearance tab from Display in Control Panel.\n\nThis policy prevents users from using Control Panel to change the colors or color scheme of the desktop and windows."
  4301. NoDisconnectMenu_Help="Removes the Disconnect item from the Shut Down Windows dialog box on Terminal Services clients.\n\nIf you enable this policy, the Disconnect item does not appear in the drop-down list of options in the Shut Down Windows dialog box. As a result, Terminal Services users cannot use this familiar method to disconnect their client from a Terminal Services server.\n\nThis policy affects the Shut Down Windows dialog box only. It does not prevent users from using other methods of disconnecting from a Terminal Services server."
  4302. NoDisconnectMenu="Remove Disconnect item from Start menu (Terminal Services only)"
  4303. NoDispBackgroundPage_Help="Removes the Background tab from Display in Control Panel.\n\nThis policy prevents users from using Control Panel to change the pattern and wallpaper on the desktop."
  4304. NoDispCpl_Help="Disables Display in Control Panel.\n\nIf you enable this policy, Display in Control Panel does not run. When users try to start Display, a message appears explaining that a policy prevents the action.\n\nAlso, see the "Disable Control Panel" and "Disable programs on Settings menu" policies."
  4305. NoDispScrSavPage_Help="Removes the Screen Saver tab from Display in Control Panel.\n\nThis policy prevents users from using Control Panel to add, configure, or change the screen saver on the computer."
  4306. NoDispSettingsPage_Help="Removes the Settings tab from Display in Control Panel.\n\nThis policy prevents users from using Control Panel to add, configure, or change the display settings on the computer."
  4307. NoDrives_Help="Removes the icons representing selected hard drives from My Computer, Windows Explorer, and My Network Places. Also, the drive letters representing the selected drives do not appear in the standard Open dialog box.\n\nTo use this policy, select a drive or combination of drives from the drop-down list. To display all drives, disable this policy or select the "Do not restrict drives" option from the drop-down list.\n\nNote: This policy removes the drive icons. Users can still gain access to drive contents by using other methods, such as by typing the path to a directory on the drive in the Map Network Drive dialog box, in the Run dialog box, or in a command window.\n\nAlso, this policy does not prevent users from using programs to access these drives or their contents. And, it does not prevent users from using the Disk Management snap-in to view and change drive characteristics.\n\nAlso, see the "Prevent access to drives from My Computer" policy."
  4308. NoDrives="Hide these specified drives in My Computer"
  4309. NoDrivesDropdown="Pick one of the following combinations"    
  4310. NoEditingComponents_Help="Prevents users from changing the properties of Web content items on their Active Desktop.\n\nThis policy disables the Properties button on the Web tab in Display in Control Panel. Also, it removes the Properties item from the menu for each item on the Active Desktop. As a result, users can change the properties of an item, such as its synchronization schedule, password, or display characteristics."
  4311. NoEncryptOnMove="Do not automatically encrypt files moved to encrypted folders" 
  4312. NoEncryptOnMove_Help="Prevents Windows Explorer from encrypting files that are moved to an encrypted folder.\n\nIf you disable this policy or do not configure it, Windows Explorer automatically encrypts files that are moved to an encrypted folder.\n\nThis policy applies only to files moved within a volume. When files are moved to other volumes, or if you create a new file in an encrypted folder, Windows Explorer encrypts those files automatically."
  4313. NoEntireNetwork_Help="Removes all computers outside of the user's workgroup or local domain from lists of network resources in Windows Explorer and My Network Places.\n\nIf you enable this policy, the system removes the Entire Network option and the icons representing networked computers from My Network Places and from the browser associated with the Map Network Drive option.\n\nThis policy does not prevent users from viewing or connecting to computers in their workgroup or domain. It also does not prevent users from connecting to remote computers by other commonly used methods, such as by typing the share name in the Run dialog box or the Map Network Drive dialog box.\n\nTo remove computers in the user's workgroup or domain from lists of network resources, use the "No "Computers Near Me" in My Network Places" policy."
  4314. NoEntireNetwork="No "Entire Network" in My Network Places"
  4315. NoFavoritesMenu_Help="Prevents users from adding the Favorites menu to the Start menu.\n\nThe Favorites menu does not appear on the Start menu by default. To display the Favorites menu, click Start, point to Settings, click Taskbar & Start Menu, click the Start Menu Options tab, and then, under Start Menu Settings, select Display Favorites. If you enable this policy, the Display Favorites item does not appear in the Start Menu Settings box.\n\nThe items that appear in the Favorites menu when you install Windows are preconfigured by the system to appeal to most users. However, users can add and remove items from this menu, and system administrators can create a customized Favorites menu for a user group.\n\nThis policy only affects the Start menu. The Favorites item still appears in Windows Explorer and in Internet Explorer."
  4316. NoFavoritesMenu="Remove Favorites menu from Start Menu"
  4317. NoFileMenu_Help="Removes the File menu from My Computer and Windows Explorer.\n\nThis policy does not prevent users from using other methods to perform tasks available on the File menu."
  4318. NoFileMenu="Remove File menu from Windows Explorer"
  4319. NoFileMRU_Help="Removes the list of most recently used files from the Open dialog box.\n\nIf you disable this policy or do not configure it, the "File name" field includes a dropdown list of recently used files. If you enable this policy, the "File name" field is a simple text box. Users must browse directories to find a file or type a file name in the text box.\n\nThis policy, and others in this folder, lets you remove new features added in Windows 2000, so that the Open dialog box looks like it did in Windows NT 4.0 and earlier. These policies only affect programs that use the standard Open dialog box provided to developers of Windows programs.\n\nTo see an example of the standard Open dialog box, run Notepad and, from the File menu, click Open."
  4320. NoFileMRU="Hide the dropdown list of recent files"
  4321. NoFind_Help="Removes the Search item from the Start Menu and disables some Windows Explorer search elements.\n\nThis policy removes the Search item from the Start menu and from the context menu that appears when you right-click the Start menu. Also, the system does not respond when users press the Application key (the key with the Windows logo)+ F.\n\nIn Windows Explorer, the Search item still appears on the Standard buttons toolbar, but the system does not respond when the user presses Ctrl + F. Also, Search does not appear in the context menu when you right-click an icon representing a drive or a folder.\n\nThis policy affects the specified user interface elements only. It does not affect Internet Explorer and does not prevent the user from using other methods to search.\n\nAlso, see the "Remove Search button from Windows Explorer" policy in User Configuration\Administrative Templates\Windows Components\Windows Explorer."
  4322. NoFind="Remove Search menu from Start Menu"
  4323. NoFolderOptions_Help="Removes the Folder Options item from all Windows Explorer menus and removes the Folder Options item from Control Panel. As a result, users cannot use the Folder Options dialog box.\n\nThe Folder Options dialog box lets users set many properties of Windows Explorer, such as Active Desktop, Web view, Offline Files, hidden system files, and file types.\n\nAlso, see the "Enable Active Desktop" policy in User Configuration\AdministrativeTemplates\Desktop\Active Desktop and the "Disable user configuration of Offline Files" policy in User Configuration\Administrative Templates\Network\Offline Files."
  4324. NoFolderOptions="Removes the Folder Options menu item from the Tools menu"
  4325. NoHardwareTab_Help="Removes the Hardware tab.\n\nThis policy removes the Hardware tab from Mouse, Keyboard, and Sounds and Multimedia in Control Panel. It also removes the Hardware tab from the Properties dialog box for all local drives, including hard drives, floppy disk drives, and CD-ROM drives. As a result, users cannot use the Hardware tab to view or change the device list or device properties, or use the Troubleshoot button to resolve problems with the device."
  4326. NoHardwareTab="Hide Hardware tab"
  4327. NoHelp_Help="Removes the Help command from the Start menu.\n\nThis policy only affects the Start menu. It does not remove the Help menu from Windows Explorer and does not prevent users from running Windows 2000 Help."
  4328. NoHelp="Remove Help menu from Start Menu"
  4329. NoHtmlWallpaper_Help  ="Permits only bitmap images for wallpaper.\n\nThis policy limits the desktop background ("wallpaper") to bitmap (.bmp) files. If users select files with other image formats, such as JPEG, GIF, PNG, or HTML, the wallpaper does not load.\n\nThis policy is designed to avoid the Active Desktop prompt. When users select a wallpaper with an alternate image format, the system prompts them to enable Active Desktop. By limiting users to bitmapped files, the prompt is avoided.\n\nAlso, see the "Active Desktop Wallpaper" and the "Disable changing wallpaper" (in User Configuration\Administrative Templates\Control Panel\Display) policies."
  4330. NoInstrumentation_Help="Disables user tracking.\n\nThis policy prevents the system from tracking the programs users run, the paths they navigate, and the documents they open. The system uses this information to customize Windows features, such as personalized menus.\n\nIf you enable this policy, the system does not track these user actions. The system disables customized features that require user tracking information, including personalized menus.\n\nAlso, see the "Disable personalized menus" policy."
  4331. NoInstrumentation="Disable user tracking"
  4332. NoInternetIcon_Help="Removes the Internet Explorer icon from the desktop and from the Quick Launch bar on the taskbar.\n\nThis policy does not prevent the user from starting Internet Explorer by using other methods."
  4333. NoInternetIcon="Hide Internet Explorer icon on desktop"
  4334. NoLogOff_Help="Prevents the user from logging off of Windows 2000.\n\nThis policy does not let the user log off of the system by using any method, including programs run from the command line, such as scripts. It also disables or removes all menu items and buttons that log the user off of the system.\n\nAlso, see the "Disable Logoff on the Start Menu" policy."
  4335. NoLogoff="Disable Logoff"
  4336. NoManageMyComputerVerb="Hides the Manage item on the Windows Explorer context menu"
  4337. NoManageMyComputerVerb_Help="Removes the Manage item from the Windows Explorer context menu. This context menu appears when you right-click Windows Explorer or My Computer.\n\nThe Manage item opens Computer Management (Compmgmt.msc), a console tool which includes many of the primary Windows 2000 administrative tools, such as Event Viewer, Device Manager, and Disk Management. You must be an administrator to use many of the features of these tools.\n\nThis policy does not remove the Computer Management item from the Start Menu (Start, Programs, Administrative Tools, Computer Management), nor does it prevent users from using other methods to start Computer Management.\n\nTip: To hide all context menus, use the "Disable Windows Explorer's default context menu" policy."
  4338. NoMovingBands_Help="Prevents users from adjusting the length of desktop toolbars. Also, users cannot reposition items or toolbars on docked toolbars.\n\nThis policy does not prevent users from adding or removing toolbars on the desktop.\n\nNote: If users have adjusted their toolbars, this policy prevents them from restoring the default configuration.\n\nAlso see the "Disable adding, dragging, dropping and closing the Taskbar's toolbars" policy."
  4339. NoMyDocumentsIcon_Help="Removes most occurrences of the My Documents icon.\n\nThis policy removes the My Documents icon from the desktop, from Windows Explorer, from programs that use the Windows Explorer windows, and from the standard Open dialog box.\n\nThis policy does not prevent the user from using other methods to gain access to the contents of the My Documents folder.\n\nThis policy does not remove the My Documents icon from the Start Menu. To do so, use the "Remove My Documents icon from Start Menu" policy.\n\nNote: To make changes to this policy effective, you must log off of and log back on to Windows 2000."
  4340. NoMyDocumentsIcon="Remove My Documents icon from desktop"
  4341. NoNetAndDialupConnect_Help="Prevents users from running Network and Dial-up Connections.\n\nThis policy prevents the Network and Dial-up Connections folder from opening. This policy also removes Network and Dial-up Connections from Settings on the Start menu.\n\nNetwork and Dial-up Connections still appears in Control Panel and in Windows Explorer, but if users try to start it, a message appears explaining that a policy prevents the action.\n\nAlso, see the "Disable programs on Settings menu" and "Disable Control Panel" policies and the policies in the Network and Dial-up Connections folder (Computer Configuration and User Configuration\Administrative Templates\Network\Network and Dial-up Connections)."
  4342. NoNetAndDialupConnect="Remove Network & Dial-up Connections from Start Menu"
  4343. NoNetConnectDisconnect_Help="Prevents users from using Windows Explorer or My Network Places to connect to other computers or to close existing connections.\n\nIf you enable this policy, the system removes the Map Network Drive and Disconnect Network Drive commands from the toolbar and Tools menus in Windows Explorer and My Network Places and from menus that appear when you right-click the Windows Explorer or My Network Places icons. It also removes the Add Network Place option from My Network Places.\n\nThis policy does not prevent users from connecting to another computer by typing the name of a shared folder in the Run dialog box."
  4344. NoNetConnectDisconnect="Remove "Map Network Drive" and "Disconnect Network Drive""
  4345. NoNetHood_Help="Removes the My Network Places icon from the desktop.\n\nThis policy only affects the desktop icon. It does not prevent users from connecting to the network or browsing for shared computers on the network."
  4346. NoNetHood="Hide My Network Places icon on desktop"
  4347. NoOptions_Help="Removes the Folder Options item from all Windows Explorer menus and removes the Internet Options item from Internet Explorer. This policy also removes the Folder Options icon from Control Panel.\n\nFolder Options appears on the Tools menu in both Control Panel and Windows Explorer. (To open Folder Options, click My Computer, click My Documents, and then click My Network Places).  Folder Options also appears as an item in Control Panel.\n\nThe Folder Options dialog box lets users set many properties of Windows Explorer, such as enabling Active Desktop, setting a single-click option for icons, displaying hidden system files, adding and deleting file types, and saving local copies of network files.\n\nInternet Options appears on the Tools menu in Internet Explorer. The Internet Options dialog box is the primary configuration tool for Internet Explorer. It lets users customize their displays, establish security and content standards, configure LAN and dial-up connections, set advanced browser options, and gain access to Certificate Manager and Microsoft Wallet.\n\nThis policy is more restrictive than the "Remove the Folder Options menu item from the Settings menu" policy, which removes Folder Options, but displays Internet Options."
  4348. NoPlacesBar_Help="Removes the shortcut bar from the Open dialog box.\n\nThis policy, and others in this folder, lets you remove new features added in Windows 2000, so that the Open dialog box looks like it did in Windows NT 4.0 and earlier. These policies only affect programs that use the standard Open dialog box provided to developers of Windows programs.\n\nTo see an example of the standard Open dialog box, run Notepad and, from the File menu, click Open."
  4349. NoPlacesBar="Hide the common dialog places bar"
  4350. NoPropertiesMyDocuments="Remove Properties from the My Documents context menu"
  4351. NoPropertiesMyDocuments_Help="This setting hides Properties for the context menu on My Documents.\n\nIf you enable this policy setting, the Properties option will not be present when the user right-clicks on My Documents or selects My Documents and goes to the File menu.  Likewise, Alt-Enter will do nothing when My Documents is selected.\n\nIf you disable this policy setting, the Properties option will be displayed as usual.\n\nIf you disable or do not configure this policy setting, the Properties option is displayed as usual."
  4352. NoPropertiesMyComputer="Remove Properties from the My Computer context menu"
  4353. NoPropertiesMyComputer_Help="This setting hides Properties for the context menu on My Computer.\n\nIf you enable this policy setting, the Properties option will not be present when the user right-clicks on My Computer or selects My Computer and goes to the File menu.  Likewise, Alt-Enter will do nothing when My Computer is selected.\n\nIf you disable or do not configure this policy setting, the Properties option is displayed as usual."
  4354. NoRecentDocsHistory_Help="Prevents the system from saving shortcuts to documents the user has most recently opened.\n\nBy default, the system saves a shortcut to each of the non-program files the user most recently opened and displays the shortcuts on the Start menu under Documents. The shortcuts let users easily review and restart recently used documents.\n\nIf you enable this policy, the system does not save shortcuts to the Documents menu.\n\nYou can use this policy, in coordination with the "Remove Documents menu from Start Menu" and "Clear history of recently opened documents on exit" policies in this folder, to customize your policy for managing access to recently opened files.\n\nIf you enable this policy and do not select the "Remove Documents menu from Start Menu" policy, the Documents menu appears on the Start menu, but it is empty.\n\nAlso, see also the "Maximum number of Recent documents” policy located in UserConfiguration\Administrative Templates\Windows Components\Windows Explorer)."
  4355. NoRecentDocsHistory="Do not keep history of recently opened documents"
  4356. NoRecentDocsMenu_Help="Removes the Documents menu from the Start menu.\n\nThe Documents menu contains links to the non-program files that users have most recently opened. It appears so that users can easily reopen the documents.\n\nYou can use this policy, in coordination with the "Do not keep history of recently opened documents" and "Clear history of recently opened documents on exit" policies in this folder, to customize your policy for managing access to recently opened files.\n\nAlso, see the Maximum number of Recent documents" policy located in User Configuration\Administrative Templates\Windows Components\Windows Explorer."
  4357. NoRecentDocsMenu="Remove Documents menu from Start Menu"
  4358. NoRecentDocsNetHood="Do not add shares of recently opened documents to My Network Places"
  4359. NoRecentDocsNetHood_Help="Remote shared folders are not added to My Network Places whenever you open a document in the shared folder.\n\nIf you disable this policy or do not configure it, then when you open a document in a remote shared folder, the system adds a connection to the shared folder to My Network Places.\n\nIf you enable this policy, shared folders are not added to My Network Places automatically when you open a document in the shared folder."
  4360. NoRemovePage_Help="Removes the Change or Remove Programs button from the Add/Remove Programs bar. As a result, users cannot view or change the attached page.\n\nThe Change or Remove Programs button lets users uninstall, repair, add, or remove features of installed programs.\n\nIf you disable this policy or do not configure it, the Change or Remove Programs page is available to all users.\n\nThis policy does not prevent users from using other tools and methods to delete or uninstall programs."
  4361. NoRemovePage="Hide Change or Remove Programs page"
  4362. NoResolveSearch_Help="Prevents the system from conducting a comprehensive search of the target drive to resolve a shortcut.\n\nBy default, when the system cannot find the target file for a shortcut (.lnk), it searches all paths associated with the shortcut. If the target file is located on an NTFS partition, the system then uses the target's file ID to find a path. If the resulting path is not correct, it conducts a comprehensive search of the target drive in an attempt to find the file.\n\nIf you enable this policy, the system does not conduct the final drive search. It just displays a message explaining that the file is not found.\n\nNote: This policy only applies to target files on NTFS partitions. FAT partitions do not have this ID tracking and search capability.\n\nAlso, see the "Do not track Shell shortcuts during roaming" and the "Do not use the tracking-based method when resolving shell shortcuts" policies."
  4363. NoResolveSearch="Do not use the search-based method when resolving shell shortcuts"
  4364. NoResolveTrack_Help="Prevents the system from using NTFS tracking features to resolve a shortcut.\n\nBy default, when the system cannot find the target file for a shortcut (.lnk), it searches all paths associated with the shortcut. If the target file is located on an NTFS partition, the system then uses the target's file ID to find a path. If the resulting path is not correct, it conducts a comprehensive search of the target drive in an attempt to find the file.\n\nIf you enable this policy, the system does not try to locate the file by using its file ID. It skips this step and begins a comprehensive search of the drive specified in the target path.\n\nNote: This policy only applies to target files on NTFS partitions. FAT partitions do not have this ID tracking and search capability.\n\nAlso, see the "Do not track Shell shortcuts during roaming" and the "Do not use the search-based method when resolving shell shortcuts" policies."
  4365. NoResolveTrack="Do not use the tracking-based method when resolving shell shortcuts"
  4366. NoRun_Help="Removes the Run command from the Start menu and removes the New Task (Run) command from Task Manager. Also, users with extended keyboards can no longer display the Run dialog box by pressing Application key (the key with the Windows logo) + R.\n\nThis policy affects the specified interface only. It does not prevents users from using other methods to run programs."
  4367. NoRun="Remove Run menu from Start Menu"
  4368. NoRunAsInstallPrompt_Help="Prevents users from submitting alternate logon credentials to install a program.\n\nThis policy suppresses the "Install Program As Other User" dialog box for local and network installations. This dialog box, which prompts the current user for the user name and password of an administrator, appears when users who are not administrators try to install programs locally on their computers. This policy allows administrators who have logged on as regular users to install programs without logging off and logging on again using their administrator credentials.\n\nMany programs can be installed only by an administrator. If you enable this policy and a user does not have sufficient permissions to install a program, the installation continues with the current user's logon credentials. As a result, the installation might fail, or it might complete but not include all features. Or it might appear to complete successfully, but the installed program might not operate correctly.\n\nIf you disable this policy, or do not configure it, the "Install Program As Other User" dialog box appears whenever users install programs locally on the computer.\n\nBy default, users are not prompted for alternate logon credentials when installing programs from a network share. If enabled, this policy overrides the "Request credentials for network installations" policy."
  4369. NoRunasInstallPrompt="Do not request alternate credentials"
  4370. NoSaveSettings_Help="Prevents users from saving certain changes to the desktop.\n\nIf you enable this policy, users can change the desktop, but some changes, such as the position of open windows or the size and position of the taskbar, are not saved when users log off. However, shortcuts placed on the desktop are always saved."
  4371. NoSaveSettings="Don't save settings at exit"
  4372. NoSecurityMenu_Help="Removes the Windows Security item from the Settings menu on Terminal Services clients.\n\nIf you enable this policy, the Windows Security item does not appear in Settings menu on the Start menu. As a result, users must type a security attention sequence, such as Ctrl+Alt+End, to open the Windows Security dialog box on a Terminal Services client.\n\nThis policy is designed to prevent inexperienced users from logging on to Terminal Services inadvertently."
  4373. NoSecurityMenu="Remove Security option from Start menu (Terminal Services only)"
  4374. NoServices_Help="Prevents users from using Add/Remove Programs to configure installed services.\n\nThis policy removes the Set up services section of the Add/Remove Windows Components page. The Set up services section lists system services that have not been configured and offers users easy access to the configuration tools.\n\nIf you disable this policy or do not configure it, Set up services appears only when there are unconfigured system services. If you enable this policy, Set up services never appears.\n\nThis policy does not prevent users from using other methods to configure services.\n\nNote: When Set up services does not appear, clicking the Add/Remove Windows Components button starts the Windows Component wizard immediately. Because the only remaining option on the Add/Remove Windows Components page starts the wizard, that option is selected automatically, and the page is bypassed.\n\nTo remove Set up services and prevent the Windows Component wizard from starting, enable the "Hide Add/Remove Windows Components page" policy. If the "Hide Add/Remove Windows Components page" policy is enabled, this policy is ignored."
  4375. NoServices="Go directly to Components wizard"
  4376. NoSetFolders_Help="Prevents Control Panel, Printers, and Network and Dial-up Connections from running.\n\nThis policy removes the Control Panel, Printers, and Network and Dial-up Connection folders from Settings on the Start menu, and from My Computer and Windows Explorer. It also prevents the programs represented by these folders (such as Control.exe) from running.\n\nHowever, users can still start Control Panel items by using other methods, such as right-clicking the desktop to start Display or right-clicking My Computer to start System.\n\nAlso, see the "Disable Control Panel," "Disable Display in Control Panel," and "Remove Network and Dial-up Connections from Start Menu" policies."
  4377. NoSetFolders="Disable programs on Settings menu"
  4378. NoSetTaskbar_Help="Removes the Taskbar & Start Menu item from Settings on the Start menu. This policy also prevents the user from opening the Taskbar Properties dialog box.\n\nIf the user right-clicks the taskbar and then clicks Properties, a message appears explaining that a policy prevents the action."
  4379. NoSetTaskbar="Disable changes to Taskbar and Start Menu Settings"
  4380. NoShellSearchButton="Remove Search button from Windows Explorer"
  4381. NoShellSearchButton_Help="Removes the Search button from the Windows Explorer toolbar.\n\nThis policy removes the Search button from the Standard Buttons toolbar that appears in Windows Explorer and other programs that use the Windows Explorer window, such as My Computer and My Network Places.\n\nIt does not remove the Search button or affect any search features of Internet browser windows, such as the Internet Explorer window.\n\nThis policy does not affect the Search items on the Windows Explorer context menu or on the Start menu. To remove Search from the Start menu, use the "Remove Search menu from Start menu" policy (in User Configuration\Administrative Templates\Start Menu & Taskbar).  To hide all context menus, use the "Disable Windows Explorer's default context menu" policy."
  4382. NoSMMyDocuments_Help="Removes the My Documents icon from the Start Menu and its submenus.\n\nThis policy only removes the icon. It does not prevent the user from using other methods to gain access to the contents of the My Documents folder.\n\nNote: To make changes to this policy effective, you must log off of and log back on to Windows 2000.\n\nAlso, see the "Remove My Documents icon from desktop" policy."
  4383. NoSMMyDocuments="Remove My Documents icon from Start Menu"
  4384. NoStartMenuSubFolders_Help="Hides all folders on the user-specific (top) section of the Start menu. Other items appear, but folders are hidden.\n\nThis policy is designed for use with redirected folders. Redirected folders appear on the main (bottom) section of the Start menu. However, the original, user-specific version of the folder still appears on the top section of the Start menu. Because the appearance of two folders with the same name might confuse users, you can use this policy to hide user-specific folders.\n\nNote that this policy hides all user-specific folders, not just those associated with redirected folders.\n\nIf you enable this policy, no folders appear on the top section of the Start menu. If users add folders to the Start Menu directory in their user profiles, the folders appear in the directory but not on the Start menu.\n\nIf you disable this policy or do not configured it, Windows 2000 displays folders on both sections of the Start menu."
  4385. NoStartMenuSubFolders="Remove user's folders from the Start Menu"
  4386. NoSupportInfo_Help="Removes links to the Support Info dialog box from programs on the Change or Remove Programs page.\n\nPrograms listed on the Change or Remove Programs page can include a "Click here for support information" hyperlink. When clicked, the hyperlink opens a dialog box that displays troubleshooting information, including a link to the installation files and data that users need to obtain product support, such as the Product ID and version number of the program. The dialog box also includes a hyperlink to support information on the Internet, such as the Microsoft Product Support Services Web page.\n\nIf you disable this policy or do not configure it, the Support Info hyperlink appears.\n\nNote: Not all programs provide a support information hyperlink."
  4387. NoSupportInfo="Disable Support Information"
  4388. NoTrayContextMenu_Help="Hides the menus that appear when you right-click the taskbar and items on the taskbar, such as the Start button, the clock, and the taskbar buttons.\n\nThis policy does not prevent users from using other methods to issue the commands that appear on these menus."
  4389. NoTrayContextMenu="Disable context menus for the taskbar"
  4390. NoViewContextMenu_Help="Removes shortcut menus from the desktop and Windows Explorer. Shortcut menus appear when you right-click an item.\n\nIf you enable this policy, menus do not appear when you right-click the desktop or when you right-click the items in Windows Explorer. This policy does not prevent users from using other methods to issue commands available on the shortcut menus."
  4391. NoViewContextMenu="Disable Windows Explorer's default context menu"
  4392. NoViewOnDrive_Help="Prevents users from using My Computer to gain access to the content of selected drives.\n\nIf you enable this policy, users cannot view the contents of the selected drives in My Computer, Windows Explorer, or My Network Places. Also, they cannot use the Run dialog box, the Map Network Drive dialog box, or the Dir command to view the directories on these drives.\n\nTo use this policy, select a drive or combination of drives from the drop-down list. To allow access to all drive directories, disable this policy or select the "Do not restrict drives" option from the drop-down list.\n\nNote: The icons representing the specified drives still appear in My Computer, but if users double-click the icons, a message appears explaining that a policy prevents the action.\n\nAlso, this policy does not prevent users from using programs to access local and network drives. And, it does not prevent them from using the Disk Management snap-in to view and change drive characteristics.\n\nAlso, see the "Hide these specified drives in My Computer" policy."
  4393. NoViewOnDrive="Prevent access to drives from My Computer"
  4394. NoWelcomeTips_Help="Supresses the "Getting Started with Windows 2000" welcome screen.\n\nThis policy hides the welcome screen that is displayed on Windows 2000 Professional each time the user logs on.\n\nUsers can still display the "Getting Started with Windows 2000" welcome screen by selecting it from the Start menu or by typing "Welcome" in the Run dialog box.\n\nThis policy applies only to Windows 2000 Professional. It does not affect the "Configure Your Server on a Windows 2000 Server" screen on Windows 2000 Server.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: To display the welcome screen, click Start, point to Programs, point to Accessories, point to System Tools, and then click "Getting Started." To suppress the welcome screen without setting a policy, clear the "Show this screen at startup" check box on the welcome screen."
  4395. NoWelcomeTips="Don't display welcome screen at logon"
  4396. NoWindowsSetupPage_Help="Removes the Add/Remove Windows Components button from the Add/Remove Programs bar. As a result, users cannot view or change the associated page.\n\nThe Add/Remove Windows Components button lets users configure installed services and use the Windows Component wizard to add, remove, and configure components of Windows 2000 from the installation files.\n\nIf you disable this policy or do not configure it, the Add/Remove Windows Components button is available to all users.\n\nThis policy does not prevent users from using other tools and methods to configure services or add or remove program components. However, this policy blocks user access to the Windows Component wizard."
  4397. NoWindowsSetupPage="Hide Add/Remove Windows Components page"
  4398. NoWindowsUpdate_Help="Prevents users from connecting to the Windows Update Web site.\n\nThis policy blocks user access to the Windows Update Web site at http://windowsupdate.microsoft.com. Also, the policy removes the Windows Update hyperlink from the Start Menu and from the Tools menu in Internet Explorer.\n\nWindows Update, the online extension of Windows, offers software updates to keep a user’s system up-to-date. The Windows Update Product Catalog determines any system files, security fixes, and Microsoft updates that users need and shows the newest versions available for download.\n\nAlso, see the "Hide the "Add programs from Microsoft" option" policy."
  4399. NoWindowsUpdate="Disable and remove links to Windows Update"
  4400. NoWorkGroupContents_Help="Removes computers in the user's workgroup and domain from lists of network resources in Windows Explorer and My Network Places.\n\nIf you enable this policy, the system removes the "Computers Near Me" option and the icons representing nearby computers from My Network Places. This policy also removes these icons from the Map Network Drive browser.\n\nThis policy does not prevent users from connecting to computers in their workgroup or domain by other commonly used methods, such as typing the share name in the Run dialog box or the Map Network Drive  dialog box.\n\nTo remove network computers from lists of network resources, use the "No Entire Network in My Network Places" policy."
  4401. NoWorkgroupContents="No "Computers Near Me" in My Network Places"
  4402. PD_DOWNLOAD="Download profile"
  4403. PD_USELOCAL="Use local profile"
  4404. PhysicalLocation_Help="Specifies the default location criteria used when searching for printers.\n\nThis policy is a component of the Location Tracking feature of Windows 2000 printers. To use this policy, enable Location Tracking by enabling the "Pre-populate printer search location text" policy.\n\nWhen Location Tracking is enabled, the system uses the specified location as a criteria when users search for printers. The value you type here overrides the actual location of the computer conducting the search.\n\nType the location of the user's computer. When users search for  printers, the system uses the specified location (and other search criteria) to find a printer nearby. You can also use this policy to direct users to a particular printer or group of printers that you want them to use.\n\nIf you disable this policy or do not configure it and the user does not type a location as a search criteria, the system searches for a nearby printer based on the IP address and subnet mask of the user's computer."
  4405. PhysicalLocation_Name="Location"
  4406. PhysicalLocation_Tip1="Enter the location of this computer. Use a '/' character to"
  4407. PhysicalLocation_Tip2="separate location components."
  4408. PhysicalLocation_Tip3="For example: CityName/Building 2/Floor 1/Office 1800"
  4409. PhysicalLocation="Computer location"
  4410. PhysicalLocationSupport_Help="Enables the physical Location Tracking support feature of Windows 2000 printers.\n\nLocation tracking lets you design a location scheme for your enterprise and assign computers and printers to locations in your scheme. Location tracking overrides the standard method of locating and associating users and printers, which uses the IP address and subnet mask of a computer to estimate its physical location and proximity to other computers.\n\nIf you enable Location Tracking, a Browse button appears beside the Location field in the Find Printers dialog box. (To go to the Browse button, click Start, click Search, and click For printers.) The Browse button also appears on the General tab of the Properties dialog box for a printer. It lets users browse for printers by location without their having to know the precise location (or location naming scheme). Also, if you enable the "Computer location" policy, the default location you type appears in the Location field.\n\nIf you disable this policy or do not configure it, Location Tracking is disabled. Printer proximity is estimated based on IP address and subnet mask."
  4411. PhysicalLocationSupport_Tip1="Use this policy to enable or disable pre-populating the location"
  4412. PhysicalLocationSupport_Tip2="search text when searching for printers in the Active Directory."
  4413. PhysicalLocationSupport_Tip3="The default setting is to not pre-populate the location search text."
  4414. PhysicalLocationSupport="Pre-populate printer search location text"
  4415. PickOneDrive="Restrict these drives"
  4416. Pol_AlwaysPinSubFolders="Subfolders always available offline"
  4417. Pol_AlwaysPinSubFolders_Help ="Makes subfolders available offline whenever their parent folder is made available offline.\n\nThis policy automatically extends the "make available offline" setting to all new and existing subfolders of a folder. Users do not have the option of excluding subfolders.\n\nIf you enable this policy, then when you make a folder available offline, all folders within that folder are also made available offline. Also, new folders that you create within a folder that is available offline are made available offline when the parent folder is synchronized.\n\nIf you disable this policy or do not configure it, the system asks users whether they want subfolders to be made available offline when they make a parent folder available offline."
  4418. Pol_AssignedOfflineFiles_Help="Lists network files and folders that are always available for offline use. This policy makes the specified files and folders available offline to users of the computer.\n\nTo assign a folder, click Show and then click Add. In the "Type the name of the item to be added" box, type the fully qualified UNC path to the file or folder. Leave the "Enter the value of the item to be added" field blank.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. If both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  4419. Pol_AssignedOfflineFiles="Administratively assigned offline files"
  4420. Pol_CustomGoOfflineActions_Help="Determines how computers respond when they are disconnected from particular offline file servers. This policy overrides the default response, a user-specified response, and the response specified in the "Action on server disconnect" policy.\n\nThis policy also disables the "Exception list" section on the Offline Files tab. This prevents users from trying to change the option while a policy controls it.\n\nTo use this policy, click Show, and then click Add. In the "Type the name of the item to be added" box, type the server's computer name. Then, in the "Type the value of the item to be added" box, type "0" if users can work offline when they are disconnected from this server, or type "1" if they cannot.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: To configure this setting without establishing a policy, in Windows Explorer, on the Tools menu, click Folder Options, click the Offline Files tab, and then click Advanced. This policy corresponds to the settings in the "Exception list" section."
  4421. Pol_CustomGoOfflineActions="Non-default server disconnect actions"
  4422. Pol_DefCacheSize_Help="Limits the percentage of the computer's disk space that can be used to store automatically-cached offline files.\n\nThis policy also disables the "Amount of disk space to use for temporary offline files" option on the Offline Files tab. This prevents users from trying to change the option while a policy controls it.\n\nAutomatic caching can be set on any network share. When a user opens a file on the share, the system automatically stores a copy of the file on the user's computer.\n\nThis policy does not limit the disk space available for files that user's make available offline manually.\n\nIf you enable this policy, you can specify an automatic-cache disk space limit.\n\nIf you disable this policy, the system limits the space that automatically-cached files occupy to 10 percent of the space on the system drive.\n\nIf you do not configure this policy, disk space for automatically-cached files is limited to 10 percent of the system drive by default, but users can change it.\n\nTip: To \
  4423. change the amount of disk space used for automatic caching without setting a policy, in Windows Explorer, on the Tools menu, click Folder Options, click the Offline Files tab, and then use the slider bar associated with the "Amount of disk space to use for temporary offline files" option."
  4424. Pol_DefCacheSize="Default cache size"
  4425. Pol_Enabled_Help="Determines whether the Offline Files feature is enabled.\n\nThis policy also disables the "Enable Offline Files" option on the Offline Files tab. This prevents users from trying to change the option while a policy controls it.\n\nOffline Files saves a copy of network files on the user's computer for use when the computer is not connected to the network.\n\nIf you enable this policy, Offline Files is enabled and users cannot disable it.\n\nIf you disable this policy, Offline Files is disabled and users cannot enable it.\n\nBy default, Offline Files is enabled on Windows 2000 Professional and is disabled on Windows 2000 Server.\n\nTip: To enable Offline Files without setting a policy, in Windows Explorer, on the Tools menu, click Folder Options, click the Offline Files tab, and then click "Enable Offline Files."\n\nNote: To make changes to this policy effective, you must restart Windows 2000."
  4426. Pol_Enabled="Enabled"
  4427. Pol_EventLoggingLevel_Help="Determines which events the Offline Files feature records in the event log.\n\nOffline Files records events in the Application log in Event Viewer when it detects errors. By default, Offline Files records an event only when the offline files storage cache is corrupted. However, you can use this policy to specify additional events you want Offline Files to record.\n\nTo use this policy, from the "Enter" box, select the number corresponding to the events you want the system to log. The levels are cumulative; that is, each level includes the events in all preceding levels.\n\n"0" records an error when the offline storage cache is corrupted.\n\n"1" also records an event when the server hosting the offline file is disconnected from the network.\n\n"2" also records events when the local computer is connected and disconnected from the network.\n\n"3" also records an event when the server hosting the offline file is reconnected to the network.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  4428. Pol_EventLoggingLevel="Event logging level"
  4429. Pol_ExtExclusionList_Help="Lists types of files that cannot be used offline.\n\nThis policy lets you exclude certain types of files from automatic and manual caching for offline use. The system does not cache files of the type specified in this policy even when they reside on a network share configured for automatic caching. Also, if users try to make a file of this type available offline, the operation will fail and the following message will be displayed in the Synchronization Manager progress dialog box: "Files of this type cannot be made available offline."\n\nThis policy is designed to protect files that cannot be separated, such as database components.\n\nTo use this policy, type the file name extension in the "Extensions" box. To type more than one extension, separate the extensions with a semicolon (;).\n\nNote: To make changes to this policy effective, you must log off and log on again."
  4430. Pol_ExtExclusionList="Files not cached"
  4431. Pol_GoOfflineAction_Help="Determines whether network files remain available if the computer is suddenly disconnected from the server hosting the files.\n\nThis policy also disables the "When a network connection is lost" option on the Offline Files tab. This prevents users from trying to change the option while a policy controls it.\n\nIf you enable this policy, you can use the "Action" box to specify how computers in the group respond.\n\n--  "Work offline" indicates that the computer can use local copies of network files while the server is inaccessible.\n\n--  "Never go offline" indicates that network files are not available while the server is inaccessible.\n\nIf you disable this policy or select the "Work offline" option, users can work offline if disconnected.\n\nIf you do not configure this policy, users can work offline by default, but they can change this option.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer  Configuration takes precedence over the setting in User Configuration.\n\nTip: To configure this setting without establishing a policy, in Windows Explorer, on the Tools menu, click Folder Options, click the Offline Files tab, click Advanced, and then select an option in the "When a network connection is lost" section.\n\nAlso, see the "Non-default server disconnect actions" policy."
  4432. Pol_GoOfflineAction="Action on server disconnect"
  4433. Pol_NoCacheViewer_Help="Disables the Offline Files folder.\n\nThis policy disables the "View Files" button on the Offline Files tab. As a result, users cannot use the Offline Files folder to view or open copies of network files stored on their computer. Also, they cannot use the folder to view characteristics of offline files, such as their server status, type, or location.\n\nThis policy does not prevent users from working offline or from saving local copies of files available offline. Also, it does not prevent them from using other programs, such as Windows Explorer, to view their offline files.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: To view the Offline Files Folder, in Windows Explorer, on the Tools menu, click Folder Options, click the Offline Files tab, and then click "View Files.""
  4434. Pol_NoCacheViewer="Prevent use of Offline Files folder"
  4435. Pol_NoConfigCache_Help="Prevents users from enabling, disabling, or changing the configuration of Offline Files.\n\nThis policy removes the Offline Files tab from the Folder Options dialog box. It also removes the Settings item from the Offline Files context menu and disables the Settings button on the Offline Files Status dialog box. As a result, users cannot view or change the options on the Offline Files tab or Offline Files dialog box.\n\nThis is a comprehensive policy that locks down the configuration you establish by using other policies in this folder.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: This policy provides a quick method for locking down the default settings for Offline Files. To accept the defaults, just enable this policy. You do not have to disable any other policies in this folder."
  4436. Pol_NoConfigCache="Disable user configuration of Offline Files"
  4437. Pol_NoMakeAvailableOffline_Help="Prevents users from making network files and folders available offline.\n\nThis policy removes the "Make Available Offline" option from the File menu and from all context menus in Windows Explorer. As a result, users cannot designate files to be saved on their computer for offline use.\n\nHowever, this policy does not prevent the system from saving local copies of files that reside on network shares designated for automatic caching.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  4438. Pol_NoMakeAvailableOffline="Disable 'Make Available Offline'"
  4439. Pol_PurgeAtLogoff="At logoff, delete local copy of user’s offline files"
  4440. Pol_PurgeAtLogoff_Help="Deletes local copies of the user's offline files when the user logs off.\n\nThis policy specifies that automatically and manually cached offline files are retained only while the user is logged on to the computer. When the user logs off, the system deletes all local copies of offline files.\n\nIf you disable this policy or do not configure it, automatically and manually cached copies are retained on the user's computer for later offline use.\n\nCaution: Files are not synchronized before they are deleted. Any changes to local files since the last synchronization are lost."
  4441. Pol_NoReminders_Help="Hides or displays reminder balloons, and prevents users from changing the setting.\n\nReminder balloons appear above the Offline Files icon in the status area to notify users when they have lost the connection to a networked file and are working on a local copy of the file. Users can then decide how to proceed.\n\nIf you enable this policy, the system hides the reminder balloons, and prevents users from displaying them.\n\nIf you disable the policy, the system displays the reminder balloons, and prevents users from hiding them.\n\nIf this policy is not configured, reminder balloons are displayed by default when you enable offline files, but users can change the setting.\n\nTo prevent users from changing the setting while a policy is in effect, the system disables the "Enable reminders" option on the Offline Files tab\n\nThis policy appears in the Computer Configuration and User Configuration folders. If both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: To display or hide reminder balloons without establishing a policy, in Windows Explorer, on the Tools menu, click Folder Options, and then click the Offline Files tab. This policy corresponds to the "Enable reminders" check box."
  4442. Pol_NoReminders="Disable reminder balloons"
  4443. Pol_ReminderFreq_Help="Determines how often reminder balloon updates appear.\n\nThis policy also removes the "Display reminder balloon every ... minutes" option on the Offline Files tab. This prevents users from trying to change the option while a policy controls it.\n\nReminder balloons appear when the user's connection to a network file is lost or reconnected and are updated periodically. By default, the first reminder for an event is displayed for 30 seconds. Then, updates appear every 60 minutes and are displayed for 15 seconds. You can use this policy to change the update interval.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: To set reminder balloon frequency without establishing a policy, in Windows Explorer, on the Tools menu, click Folder Options, and then click the Offline Files tab. This policy corresponds to the "Display reminder balloons every ... minutes" option."
  4444. Pol_ReminderFreq="Reminder balloon frequency"
  4445. Pol_ReminderInitTimeout_Help="Determines how long the first reminder balloon for a network status change is displayed.\n\nReminder balloons appear when the user's connection to a network file is lost or reconnected and are updated periodically. By default, the first reminder for an event is displayed for 30 seconds. Then, updates appear every 60 minutes and are displayed for 15 seconds. You can use this policy to change the duration of the first reminder.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  4446. Pol_ReminderInitTimeout="Initial reminder balloon lifetime"
  4447. Pol_ReminderTimeout_Help="Determines how long updated reminder balloons are displayed.\n\nReminder balloons appear when the user's connection to a network file is lost or reconnected and are updated periodically. By default, the first reminder for an event is displayed for 30 seconds. Then, updates appear every 60 minutes and are displayed for 15 seconds. You can use this policy to change the duration of the update reminder.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  4448. Pol_ReminderTimeout="Reminder balloon lifetime"
  4449. Pol_SyncAtLogoff_Help="Determines whether offline files are fully synchronized when users log off.\n\nThis policy also disables the "Synchronize all offline files before logging off" option on the Offline Files tab. This prevents users from trying to change the option while a policy controls it.\n\nIf you enable this policy, offline files are fully synchronized. Full synchronization ensures that offline files are complete and current.\n\nIf you disable this policy, the system only performs a quick synchronization. Quick synchronization ensures that files are complete, but does not ensure that they are current.\n\nIf you do not configure this policy, the system performs a quick synchronization by default, but users can change this option.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: To change the synchronization method without setting a policy, in Windows Explorer, on the Tools menu, click Folder Options, click the Offline Files tab, and then select the "Synchronize all offline files before logging off" option."
  4450. Pol_SyncAtLogoff="Synchronize all offline files before logging off"
  4451. PolicyPolicies="Group Policy"
  4452. PrimaryDnsSuffix_Help="Specifies the primary Domain Name System (DNS) suffix for all affected computers. The primary DNS suffix is used in DNS name registration and DNS name resolution.\n\nThis policy lets you specify a primary DNS suffix for a group of computers, and prevents users, including administrators, from changing it.\n\nIf you disable this policy or do not configure it, each computer uses its local primary DNS suffix, which is usually the DNS name of Active Directory domain to which it is joined. However, administrators can use System in Control Panel to change the primary DNS suffix of a computer.\n\nTo use this policy, in the text box provided, type the entire primary DNS suffix you want to assign. For example, microsoft.com.\n\nThis policy does not disable the DNS Suffix and NetBIOS Computer Name dialog box that administrators use to change the primary DNS suffix of a computer. However, if administrators enter a suffix, that suffix is ignored while this policy is enabled.\n\nImportant: To make \
  4453. changes to this policy effective, you must restart Windows 2000 on all computers affected by the policy.\n\nNote: This policy has no effect on domain controllers.\n\nTip: To change the primary DNS suffix of a computer without setting a policy, click System in Control Panel, click the Network Identification tab, click Properties, click More, and then enter a suffix in the "Primary DNS suffix of this computer" box.\n\nFor more information about DNS, see "Domain Name System (DNS)" in Windows 2000 Help."
  4454. PrimaryDnsSuffix="Primary DNS Suffix"
  4455. PrimaryDnsSuffixBox="Enter a primary DNS suffix:  "
  4456. PrinterDirectorySearchScope_Help="Specifies the Active Directory location where searches for printers begin.\n\nThe Add Printer wizard gives users the option of searching Active Directory for a shared printer. If you enable this policy, these searches begin at the location you specify in the "Default Active Directory path" box. Otherwise, searches begin at the root of Active Directory.\n\nThis policy only provides a starting point for Active Directory searches for printers. It does not restrict user searches through the Active Directory."
  4457. PrinterDirectorySearchScope_Name="Default Active Directory path"
  4458. PrinterDirectorySearchScope_Tip1="Enter a default Active Directory path where users start their "
  4459. PrinterDirectorySearchScope_Tip2="search for printers. This setting affects the printer "
  4460. PrinterDirectorySearchScope_Tip3="search dialog when started from the Add Printer wizard."
  4461. PrinterDirectorySearchScope_Tip4="e.g. To start search in domain1.mycompany.com enter path as"
  4462. PrinterDirectorySearchScope_Tip5="LDAP://DC=Domain1,DC=MyCompany,DC=com."
  4463. PrinterDirectorySearchScope="Default Active Directory path when searching for printers"
  4464. Printers="Printers"
  4465. PrinterServerThread_Help="Announces the presence of shared printers to print browse master servers for the domain.\n\nOn Windows 2000 domains with Active Directory, shared printer resources are available in Active Directory and are not announced.\n\nIf you enable this policy, the print spooler announces shared printers to the print browse master servers. As a result, shared printers appear in the domain list in the Browse for Printer dialog box of the Add Printer wizard.\n\nIf you disable this policy, shared printers are not announced to print browse master servers, even if Active Directory is not available.\n\nIf you do not configure this policy, shared printers are announced to browse master servers only when Active Directory is not available.\n\nNote: A client license is used each time a client computer announces a printer to a print browse master on the domain."
  4466. PrinterServerThread_Tip1="Enabling this setting will cause the print subsystem to announce"
  4467. PrinterServerThread_Tip2="shared printers for printer browsing.  Disable this setting if you"
  4468. PrinterServerThread_Tip3="do not want the print subsystem add shared printers to the browse list."
  4469. PrinterServerThread_Tip4="If this setting is not configured, shared printers will not be added to"
  4470. PrinterServerThread_Tip5="the browse list if a Directory Service is available, but will be added"
  4471. PrinterServerThread_Tip6="if a Directory Service is not available."
  4472. PrinterServerThread="Printer browsing"
  4473. PriorityLevel="Priority level:"
  4474. ProfileDlgTimeOut_Help="Determines how long the system waits for a user response before it uses a default value.\n\nThe default value is applied when the user does not respond to messages explaining that any of the following events has occurred:\n\n--  The system detects a slow connection between the user’s                     computer and the server that stores users' roaming user profiles.\n\n--  The system cannot access users’ server-based profiles when users       log on or off.\n\n--  Users’ local profiles are newer than their server-based profiles.\n\nYou can use this policy to override the system's default value of 30 seconds. To use this policy, type a decimal number between 0 and 600 for the length of the interval."
  4475. ProfileDlgTimeOut="Timeout for dialog boxes"
  4476. ProfileDlgWaitInterval="Time (seconds)"
  4477. ProfileErrorAction="Log users off when roaming profile fails"
  4478. ProfileErrorAction_Help="Logs a user off automatically when the system cannot load the user's roaming user profile.\n\nThis policy is used when the system cannot find the roaming user profile or the profile contains errors which prevent it from loading correctly.\n\nIf you disable this policy or do not configure it, when the roaming profile fails, the system loads a local copy of the roaming user profile, if one is available. Otherwise, the system loads the default user profile (stored in %Systemroot%\Documents and Settings\Default User).\n\nAlso, see the "Delete cached copies of roaming profiles" policy."
  4479. ProfileErrorActionDesc="If an error occurs when loading the user's profile:"
  4480. ProfileSize="Max Profile size (KB)"
  4481. ProfileUnloadTimeout="Maximum retries to unload and update user profile"
  4482. ProfileUnloadTimeout_Help="Determines how many times the system tries to unload and update the registry portion of a user profile. When the number of trials specified by this policy is exhausted, the system stops trying. As a result, the user profile might not be current, and local and roaming user profiles might not match.\n\nWhen a user logs off of the computer, the system unloads the user-specific section of the registry (HKEY_CURRENT_USER) into a file (NTUSER.DAT) and updates it. However, if another program or service is reading or editing the registry, the system cannot unload it. The system tries repeatedly (at a rate of once per second) to unload and update the registry settings. By default, the system repeats its periodic attempts 60 times (over the course of one minute).\n\nIf you enable this policy, you can adjust the number of times the system tries to unload and update the user's registry settings. (You cannot adjust the retry rate.)\n\nIf you disable this policy or do not configure it, the \
  4483. system repeats its attempt 60 times.\n\nIf you set the number of retries to 0, the system tries just once to unload and update the user's registry settings. It does not try again.\n\nNote: This policy is particularly important to servers running Terminal Services. Because Terminal Services edits the user's registry settings when they log off, the system's first few attempts to unload the user settings are more likely to fail.\n\nThis policy does not affect the system's attempts to update the files in the user profile.\n\nTip: Consider increasing the number of retries specified in this policy if there are many user profiles stored in the computer's memory. This indicates that the system has not been able to unload the profile.\n\nAlso, check the Application Log in Event Viewer for events generated by Userenv. The system records an event whenever it tries to unload the registry portion of the user profile. The system also records an event when it fails to update the files in a user profile."
  4484. ProfileUnloadTimeoutPrompt="Max retries:  "
  4485. PromptRunAsInstallNetPath_Help="Prompts users for alternate logon credentials during network-based installations.\n\nThis policy displays the "Install Program As Other User" dialog box even when a program is being installed from files on a network computer across a local area network connection.\n\nIf you disable this policy or do not configure it, this dialog box appears only when users are installing programs from local media.\n\nThe "Install Program as Other User" dialog box prompts the current user for the user name and password of an administrator. This policy allows administrators who have logged on as regular users to install programs without logging off and logging on again using their administrator credentials.\n\nIf the dialog box does not appear, the installation proceeds with the current user's permissions. If these permissions are not sufficient, the installation might fail, or it might complete but not include all features. Or, it might appear to complete successfully, but the installed program might not operate correctly.\n\nNote: If enabled, the "Do not request alternate credentials" policy takes precedence over the setting for this policy. When that policy is enabled, users are not prompted for alternate logon credentials on any installation."
  4486. PromptRunasInstallNetPath="Request credentials for network installations"
  4487. PropertyPages="Hide Property Pages"
  4488. PropertyPagesHelp="Prevents users from viewing and changing the properties of an existing task.\n\nThis policy removes the Properties item from the File menu in Scheduled Tasks and from the context menu that appears when you right-click a task. As a result, users cannot change any properties of a task. They can only see the properties that appear in Detail view and in the task preview.\n\nThis policy prevents users from viewing and changing characteristics such as the program the task runs, its schedule details, idle time and power management settings, and its security context.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: This policy affects existing tasks only. To prevent users from changing the properties of newly created tasks, use the "Disable Advanced Menu" policy."
  4489. PruneDownlevel_Found="Only if Print Server is found."
  4490. PruneDownlevel_Help="Determines whether the system prunes (deletes from Active Directory) printers that are not automatically republished. This policy applies to printers running operating systems other than Windows 2000 and to Windows 2000 printers published outside of their domain.\n\nThe Windows 2000 pruning service prunes printer objects from Active Directory when the computer that published them does not respond to contact requests. Computers running Windows 2000 detect and republish deleted printer objects when they rejoin the network. However, because non-Windows 2000 computers and computers in other domains cannot republish printers in Active Directory automatically, then, by default, the system never prunes their printer objects.\n\nYou can enable this policy to change the default behavior. To use this policy, select one of the following options from the "Prune non-republishing printers" box:\n\n--  "Never" specifies that printer objects that are not automatically republished are never pruned. "Never" is the default.\n\n--  "Only if Print Server is found" prunes printer objects that are not automatically republished only when the print server responds, but the printer is unavailable.\n\n--  "Whenever printer is not found" prunes printer objects that are not automatically republished whenever the host computer does not respond, just as it does with Windows 2000 printers.\n\nNote: This policy applies to printers published by using Active Directory Users and Computers or Pubprn.vbs. It does not apply to printers published by using Printers in Control Panel.\n\nTip: If you disable automatic pruning, remember to delete printer objects manually whenever you remove a printer or print server."
  4491. PruneDownlevel_Never="Never"
  4492. PruneDownlevel_NotFound="Whenever printer is not found."
  4493. PruneDownlevel_Tip1="Select the method by which non-republishing printers should be pruned."
  4494. PruneDownlevel="Prune printers that are not automatically republished"
  4495. PruneDownlevelTitle="Prune non-republishing printers:"
  4496. Pruning10Minutes="10 Minutes"
  4497. Pruning12Hours="12 Hours"
  4498. Pruning1Day="1 Day"
  4499. Pruning1Hour="1 Hour"
  4500. Pruning1Week="1 Week"
  4501. Pruning2Days="2 Days"
  4502. Pruning2Weeks="2 Weeks"
  4503. Pruning30Minutes="30 Minutes"
  4504. Pruning3Days="3 Days"
  4505. Pruning3Weeks="3 Weeks"
  4506. Pruning4Days="4 Days"
  4507. Pruning4Hours="4 Hours"
  4508. Pruning4Weeks="4 Weeks"
  4509. Pruning5Days="5 Days"
  4510. Pruning5Weeks="5 Weeks"
  4511. Pruning6Days="6 Days"
  4512. Pruning6Weeks="6 Weeks"
  4513. Pruning7Weeks="7 Weeks"
  4514. Pruning8Hours="8 Hours"
  4515. PruningImmediately="Immediately"
  4516. PruningInterval_Help="Specifies how often the pruning service on a domain controller contacts computers to verify that their printers are operational.\n\nThe pruning service periodically contacts computers that have published printers. If a computer does not respond to the contact message (optionally, after repeated attempts), the pruning service "prunes" (deletes from Active Directory) printer objects the computer has published.\n\nBy default, the pruning service contacts computers every eight hours and allows two repeated contact attempts before deleting printers from Active Directory. You can use this policy to change the interval between contact attempts. To change the number of attempts, use the "Directory Pruning Retry" policy.\n\nNote: This policy is used only on domain controllers."
  4517. PruningInterval_Tip1="The Pruning Interval determines the period of time the pruner "
  4518. PruningInterval_Tip2="sleeps between checks for abandoned PrintQueues."
  4519. PruningInterval="Directory pruning interval"
  4520. PruningIntervalTitle="Interval:"
  4521. PruningNever="Never"
  4522. PruningPriority_Help="Sets the priority of the pruning thread.\n\nThe pruning thread, which runs only on domain controllers, deletes printer objects from Active Directory if the printer that published the object does not respond to contact attempts. This process keeps printer information in Active Directory current.\n\nThe thread priority influences the order in which the thread receives processor time and determines how likely it is to be preempted by higher priority threads.\n\nBy default, the pruning thread runs at normal priority. However, you can adjust the priority to improve the performance of this service.\n\nNote: This policy is used only on domain controllers."
  4523. PruningPriority_Tip1="Use this policy to change the pruning thread's priority."
  4524. PruningPriority="Directory pruning priority"
  4525. PruningRetries_Help="Specifies how many times the pruning service on a domain controller repeats its attempt to contact a computer before pruning the computer's printers.\n\nThe pruning service periodically contacts computers that have published printers to verify that the printers are still available for use. If a computer does not respond to the contact message, the message is repeated for the specified number of times. If the computer still fails to respond, then the pruning service "prunes" (deletes from Active Directory) printer objects the computer has published.\n\nBy default, the pruning service contacts computers every eight hours and allows two retries before deleting printers from Active Directory. You can use this policy to change the number of retries. To change the interval between attempts, use the "Directory Pruning Interval" policy.\n\nNote: This policy is used only on domain controllers."
  4526. PruningRetries_Tip1="Pruning Retry determines the number of times the "
  4527. PruningRetries_Tip2="pruner will attempt to contact the print server before "
  4528. PruningRetries_Tip3="deleting an abandoned printer."
  4529. PruningRetries="Directory pruning retry"
  4530. PruningRetries0="No Retry"
  4531. PruningRetries1="1 Retry"
  4532. PruningRetries2="2 Retries"
  4533. PruningRetries3="3 Retries"
  4534. PruningRetries4="4 Retries"
  4535. PruningRetries5="5 Retries"
  4536. PruningRetries6="6 Retries"
  4537. PruningRetriesTitle="Retries:"
  4538. PublishPrinters_Help="Determines whether the computer's shared printers can be published in Active Directory.\n\nIf you enable this policy or do not configure it, users can use the "List in directory" option in the Printers folder or the Add Printer wizard to publish shared printers in Active Directory.\n\nIf you disable this policy, this computer's shared printers cannot be published in Active Directory and the "List in directory" option is disabled."
  4539. PublishPrinters_Tip1="Enable or disable this setting to allow or deny"
  4540. PublishPrinters_Tip2="publishing of printers on this machine. The default"
  4541. PublishPrinters_Tip3="is to allow this machine to publish printers."
  4542. PublishPrinters="Allow printers to be published"
  4543. RegionalOptions="Regional Options"
  4544. RemoveWindowsUpdate="Remove access to use all Windows Update featues"
  4545. RemoveWindowsUpdate_Help="This setting allows you to remove access to Windows update.\n\nIf you enable this setting, all Windows Update features will be removed. This includes blocking access to the Windows Update Web site at http://windowsupdate.microsoft.com and from the Windows Update hyperlink on the Start menu and also on the Tools menu in Internet Explorer. Windows automatic updating is also disabled; you will neither be notified about nor will you receive critical updates from Windows Update. This policy also prevents Device Manager from automatically installing driver updates from the Windows Update Web site."
  4546. RestNoDrives="Do not restrict drives"
  4547. RestrictApps_Help="Limits the Windows programs that users have permission to run on the computer.\n\nIf you enable this policy, users can only run programs that you add to the List of Allowed Applications.\n\nThis policy only prevents users from running programs that are started by the Windows Explorer process. It does not prevent users from running programs such as Task Manager, which are started by the system process or by other processes. Also, if users have access to the command prompt, Cmd.exe, this policy does not prevent them from starting programs in the command window that they are not permitted to start by using Windows Explorer."
  4548. RestrictApps_Tip1="   "
  4549. RestrictApps_Tip2="To create a list of allowed applications, click Show,"
  4550. RestrictApps_Tip3="then Add, and enter the application executable name"
  4551. RestrictApps_Tip4="(e.g., Winword.exe, Poledit.exe, Powerpnt.exe)."
  4552. RestrictApps="Run only allowed Windows applications"
  4553. RestrictAppsList="List of allowed applications"
  4554. RestrictCpls_Help="Hides all Control Panel items and folders except those specified in this policy.\n\nThis policy removes all Control Panel items (such as Network) and folders (such as Fonts) from the Control Panel window and the Start menu. It removes Control Panel items you have added to your system, as well the Control Panel items included in Windows 2000. The only items displayed in Control Panel are those you specify in this policy.\n\nTo display a Control Panel item, type the file name of the item, such as Ncpa.cpl (for Network). To display a folder, type the folder name, such as Fonts. If you do not specify any items or folders, the Control Panel window is empty.\n\nThis policy affects the Start menu and Control Panel window only. It does not prevent users from running any Control Panel items.\n\nAlso, see the "Disable Display in Control Panel" policy in User Configuration\Administrative Templates\Control Panel\Display.\n\nIf both the "Hide specified control panel applets" policy and the "Show only specified control panel applets" policy are enabled, the "Show only specified control panel applets" policy is ignored.\n\nTip: To find the file name of a Control Panel item, search for files with the .cpl file name extension in the %Systemroot%\System32 directory."
  4555. RestrictCpls_Tip1="To create a list of allowed control panel applets, click Show,"
  4556. RestrictCpls_Tip2="then Add, and enter the control panel file name (ends with .cpl)"
  4557. RestrictCpls_Tip3="or the name displayed under that item in the control panel."
  4558. RestrictCpls_Tip4="(e.g., desk.cpl, powercfg.cpl, Printers)"
  4559. RestrictCpls="Show only specified control panel applets"
  4560. RestrictCplsList="List of allowed control panel applets"
  4561. Restrictions="Restrictions"
  4562. RestrictUILangSelect="Restrict selection of Windows 2000 menus and dialogs language"
  4563. RestrictUILangSelect_Help="This policy restricts users to the specified language, by disabling the menus and dialogs control in the Regional Options control panel. If the specified language is not installed on the target computer, the language selection will default to English."
  4564. Run_Legacy_Logon_Script_Hidden_Explain="Hides the instructions in logon scripts written for Windows NT 4.0 and earlier.\n\nLogon scripts are batch files of instructions that run when the user logs on. By default, Windows 2000 displays the instructions in logon scripts written for Windows NT 4.0 and earlier in a command window as they run, although it does not display logon scripts written for Windows 2000.\n\nIf you enable this policy, Windows 2000 does not display logon scripts written for Windows NT 4.0 and earlier.\n\nAlso, see the "Run Logon Scripts Visible" policy."
  4565. Run_Legacy_Logon_Script_Hidden="Run legacy logon scripts hidden"
  4566. Run_Logoff_Script_Visible_Explain="Displays the instructions in logoff scripts as they run.\n\nLogoff scripts are batch files of instructions that run when the user logs off. By default, the system does not display the instructions in the logoff script.\n\nIf you enable this policy, the system displays each instruction in the logoff script as it runs. The instructions appear in a command window. This setting is designed for advanced users.\n\nIf you disable this policy or do not configure it, the instructions are suppressed."
  4567. Run_Logoff_Script_Visible="Run logoff scripts visible"
  4568. Run_Logon_Script_Sync_Help="Directs the system to wait for the logon scripts to finish running before it starts the Windows Explorer interface program and creates the desktop.\n\nIf you enable this policy, Windows Explorer does not start until the logon scripts have finished running. This setting assures that logon script processing is complete before the user starts working, but it can delay the appearance of the desktop.\n\nIf you disable this policy or do not configure it, the logon scripts and Windows Explorer are not synchronized and can run simultaneously.\n\nThis policy appears in the Computer Configuration and User Configuration folders. The policy set in Computer Configuration takes precedence over the policy set in User Configuration."
  4569. Run_Logon_Script_Sync="Run logon scripts synchronously"
  4570. Run_Logon_Script_Visible_Explain="Displays the instructions in logon scripts as they run.\n\nLogon scripts are batch files of instructions that run when the user logs on. By default, the system does not display the instructions in the logon script.\n\nIf you enable this policy, the system displays each instruction in the logon script as it runs. The instructions appear in a command window. This setting is designed for advanced users.\n\nIf you disable this policy or do not configure it, the instructions are suppressed."
  4571. Run_Logon_Script_Visible="Run logon scripts visible"
  4572. Run_Help="Specifies additional programs or documents that Windows starts automatically when a user logs on to the system.\n\nTo use this policy, click Show, click Add and, in the text box, type the name of the executable program (.exe) file or document file. Unless the file is located in the %Systemroot% directory, you must specify the fully qualified path to the file.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the system starts the programs specified in the Computer Configuration policy just before it starts the programs specified in the User Configuration policy.\n\nAlso, see the "Disable legacy run list" and the "Disable the run once list" policies."
  4573. Run="Run these programs at user logon"
  4574. RunListBox="Items to run at logon"
  4575. Run_Shutdown_Script_Visible_Explain="Displays the instructions in shutdown scripts as they run.\n\nShutdown scripts are batch files of instructions that run when the user restarts the system or shuts it down. By default, the system does not display the instructions in the shutdown script.\n\nIf you enable this policy, the system displays each instruction in the shutdown script as it runs. The instructions appear in a command window.\n\nIf you disable this policy or do not configure it, the instructions are suppressed."
  4576. Run_Shutdown_Script_Visible="Run shutdown scripts visible"
  4577. Run_Startup_Script_Sync_Help="Lets the system run startup scripts simultaneously.\n\nStartup scripts are batch files that run before the user is invited to log on. By default, the system waits for each startup script to complete before it runs the next startup script.\n\nIf you enable this policy, the system does not coordinate the running of startup scripts. As a result, startup scripts can run simultaneously.\n\nIf you disable this policy or do not configure it, a startup cannot run until the previous script is complete."
  4578. Run_Startup_Script_Sync="Run startup scripts asynchronously"
  4579. Run_Startup_Script_Visible_Explain="Displays the instructions in startup scripts as they run.\n\nStartup scripts are batch files of instructions that run before the user is invited to log on. By default, the system does not display the instructions in the startup script.\n\nIf you enable this policy, the system displays each instruction in the startup script as it runs. The instructions appear in a command window. This setting is designed for advanced users.\n\nIf you disable this policy or do not configure it, the instructions are suppressed."
  4580. Run_Startup_Script_Visible="Run startup scripts visible"
  4581. SafeForScripting="Disable IE security prompt for Windows Installer scripts"
  4582. SafeForScripting_Help="Allows Web-based programs to install software on the computer without notifying the user.\n\nBy default, when a script hosted by an Internet browser tries to install a program on the system, the system warns users and allows them to select or refuse the installation. This policy suppresses the warning and allows the installation to proceed.\n\nThis policy is designed for enterprises that use Web-based tools to distribute programs to their employees. However, because this policy can pose a security risk, it should be applied cautiously."
  4583. ScreenSaverActive_Help="Enables desktop screen savers.\n\nIf you disable this policy, screen savers do not run. Also, this policy disables the Screen Saver  section of the Screen Saver tab in Display in Control Panel. As a result, users cannot change the screen saver  options.\n\nIf you do not configure it, this policy has no effect on the system.\n\nIf you enable it, a screen saver will run provided the following two condtions hold: First, a valid screensaver on the client is specified via the "Screensaver executable name" policy or via Control Panel on the client computer. Second, the screensaver timeout is set to a nonzero value via the policy or Control Panel.\n\nAlso, see the "Hide Screen Saver tab" policy."
  4584. ScreenSaverActive="Activate screen saver"
  4585. ScreenSaverFilename_Help="Specifies the screen saver for the user's desktop.\n\nIf you enable this policy, the system displays the specified screen saver on the user's desktop. Also, this policy disables the drop-down list of screen savers on the Screen Saver tab in Display in Control Panel, preventing users from changing the screen saver.\n\nIf you disable this policy, or do not configure it, users can select any screen saver.\n\nTo use this policy, type the name of the file that contains the screen saver, including the .scr file name extension. If the screen saver file is not in the %Systemroot%\System32 directory, enter the fully qualified path to the file.\n\nIf the specified screen saver is not installed on a computer to which this policy applies, the policy is ignored.\n\nNote: This policy can be superceded by disabling the "Activate screen saver" policy. If "Activate screen saver" is disabled, this policy is ignored and screen savers do not run."
  4586. ScreenSaverFilename="Screen saver executable name"
  4587. ScreenSaverIsSecure_Help="Determines whether screen savers used on the computer are password protected.\n\nIf you enable this policy, all screen savers are password protected. If you disable this policy, password protection cannot be set on any screen saver.\n\nThis policy also disables the "Password protected" check box on the Screen Saver tab in Display in Control Panel, preventing users from changing the password protection setting.\n\nIf you do not configure this policy, users can choose whether or not to set password protection on each screen saver.\n\nThis policy is used only when a screen saver is specified for the computer. To specify a screen saver on a computer, in Control Panel, double-click Display, and then click the Screen Saver tab. To specify a screen saver in a policy, use the "Screen saver executable name" policy.\n\nNote: To remove the Screen Saver tab, use the "Hide Screen Saver tab" policy."
  4588. ScreenSaverIsSecure="Password protect the screen saver"
  4589. ScreenSaverTimeOut="Screen Saver timeout"
  4590. ScreenSaverTimeOut_Tip1="Number of seconds to wait to enable the Screen Saver"
  4591. ScreenSaverTimeOutFreqSpin="Seconds:"
  4592. ScreenSaverTimeOut_Help="Specifies how much user idle time must elapse before the screen saver is launched.\n\nWhen configured, this idle time can be set from a minimum of 1 second to a maximum of 86400 seconds, or 24 hours. If set to zero, the screen saver will not be launched.\n\nThis policy has no effect under any of the following circumstances:\n\n    - The policy is disabled or not configured.\n    - The wait time is set to zero.\n    - The "Activate screen saver" policy is disabled.\n    - Neither the "Screen saver executable name" policy\n        nor the Screen Saver tab of the client computer's\n        Display Properties dialog box  specifies a valid,\n        existing screensaver program on the client.\n\nWhen not configured, whatever wait time is set on the client through the Screen Saver tab of the Display Properties dialog box is used. The default is 15 minutes."
  4593. Script_Tip1="Wait for the logon scripts to complete before starting"
  4594. Script_Tip2="the users's shell. If this value is also set in the"
  4595. Script_Tip3="Computer section, that value takes precedence."
  4596. Script_Tip4="User section, this value takes precedence."
  4597. SearchOrder_Help="Specifies the order in which Windows Installer searches for installation files.\n\nBy default, the Windows Installer searches the network first, then removable media (floppy drive, CD-ROM, or DVD), and finally, the Internet (URL).\n\nTo change the search order, enable the policy, and then type the letters representing each file source in the order that you want Windows Installer to search.:\n\n--   "n" represents the network;\n\n--   "m" represents media;\n\n--   "u" represents URL, or the Internet.\n\nTo exclude a file source, omit or delete the letter representing that source type."
  4598. SearchOrder="Search order"
  4599. SearchOrderT1="Order in which to search the three types of sources."
  4600. SearchOrderT2="n = network, m = media (CD), u = URL"
  4601. SearchOrderT3="Leave letter(s) out to remove that type of source from the search."
  4602. SearchOrderT4="A few valid examples: nmu, n, nu, mn"
  4603. ServerAppsServices="Server Applications and Services"
  4604. ServerName="Server name:"
  4605. ShellName="Custom user interface"
  4606. ShellName_Help="Specifies an alternate user interface for Windows 2000.\n\nThe Explorer program (Explorer.exe) creates the familiar Windows interface, but you can use this policy to specify an alternate interface. If you enable this policy, the system start the interface you specify instead of Explorer.exe.\n\nTo use this policy, copy your interface program to a network share or to your system drive. Then, enable this policy, and type the name of the interface program, including the file name extension, in the Shell name text box. If the interface program file is not located in a folder specified in the Path environment variable for your system, enter the fully qualified path to the file.\n\nIf you disable this policy or do not configure it, the policy is ignored and the system displays the Explorer interface.\n\nTip: To find the folders indicated by the Path environment variable, click System Properties in Control Panel, click the Advanced tab, click the Environment Variables button, and then, in the System variables box, click Path."
  4607. ShellNameInst="Interface file name (for example, Explorer.exe)"
  4608. SizeMessage="Custom Message"
  4609. SlowLinkDefault_Help="Directs the system to wait for the remote copy of the roaming user profile to load, even when loading is slow. Also, the system waits for the remote copy when the user is notified about a slow connection, but does not respond in the time allowed.\n\nThis policy and related policies in this folder together define the system's response when roaming user profiles are slow to load.\n\nIf you disable this policy or do not configure it, then when a remote profile is slow to load, the system loads the local copy of the roaming user profile. The local copy is also used when the user is consulted (as set in the "Prompt user when slow link is detected" policy), but does not respond in the time allowed (as set in the "Timeout for dialog boxes" policy).\n\nWaiting for the remote profile is appropriate when users move between computers frequently and the local copy of their profile is not always current. Using the local copy is desirable when quick logging on is a priority.\n\nImportant: If the "Do \
  4610. not detect slow network connections" policy is enabled, this policy is ignored. Also, if the "Delete cached copies of roaming profiles" policy is enabled, there is no local copy of the roaming profile to load when the system detects a slow connection."
  4611. SlowLinkDefault="Wait for remote user profile"
  4612. SlowLinkTimeOut_Help="Defines a slow connection for roaming user profiles.\n\nIf the server on which the user's roaming user profile resides takes longer to respond than the thresholds set by this policy allow, then the system considers the connection to the profile to be slow.\n\nThis policy and related policies in this folder together define the system's response when roaming user profiles are slow to load.\n\nThis policy establishes thresholds for two tests. For computers connected to IP networks, the system measures the rate at which the remote server returns data in response to an IP ping message. To set a threshold for this test, in the Connection speed box, type a decimal number between 0 and 4,294,967,200, representing the minimum acceptable transfer rate in kilobits per second. By default, if the server returns fewer than 500 kilobits of data per second, it is considered to be slow.\n\nFor non-IP computers, the system measures the responsiveness of the remote server's file system. To set a threshold for this test, in the Time box, type a decimal number between 0 and 20,000, representing the maximum acceptable delay, in milliseconds. By default, if the server's file system does not respond within 120 milliseconds, it is considered to be slow.\n\nConsider increasing this value for clients using DHCP Service-assigned addresses or for computers accessing profiles across dial-up connections.\n\nImportant: If the "Do not detect slow network connections" policy is enabled, this policy is ignored. Also, if the "Delete cached copies of roaming profiles" policy is enabled, there is no local copy of the roaming profile to load when the system detects a slow connection."
  4613. SlowLinkTimeOut="Slow network connection timeout for user profiles"
  4614. SlowLinkWaitInterval="Time (milliseconds)"
  4615. StartMenu="Start Menu & Taskbar"
  4616. StartMenuLogoff_Help="Removes the "Log Off <username>" item from the Start menu and prevents users from restoring it.\n\nIf you enable this policy, the Log Off <username> item does not appear in the Start menu. This policy also removes the Display Logoff item from Start Menu Options. As a result, users cannot restore the Log Off <username> item to the Start Menu.\n\nIf you disable this policy or do not configure it, users can use the Display Logoff item to add and remove the Log Off item.\n\nThis policy affects the Start menu only. It does not affect the Log Off item on the Windows Security dialog box that appears when you press Ctrl+Alt+Del, and it does not prevent users from using other methods to log off.\n\nTip: To add or remove the Log Off item on a computer, click Start, click Settings, click Taskbar & Start Menu, click the Start Menu Options tab and, in the Start Menu Settings box, click Display Logoff.\n\nSee also: "Disable Logoff" in User Configuration\Administrative Templates\System\Logon/Logoff."
  4617. StartMenuLogoff="Disable Logoff on the Start Menu"
  4618. StdCheckT="Check to force setting on; uncheck to force setting off."
  4619. SystemControl="System"
  4620. sz_ActiveDesktop_Title="Active Desktop"
  4621. sz_AdminComponents_Title="Add/Delete items"
  4622. sz_ATC_AdminAddItem="Enter URL(s) of desktop item(s) to Add (space separated): "
  4623. sz_ATC_AdminDeleteItem="Enter URL(s) of desktop item(s) to Delete (space separated): "
  4624. sz_ATC_DisableAdd="Prohibit adding items"
  4625. sz_ATC_DisableClose="Prohibit closing items"
  4626. sz_ATC_DisableDel="Prohibit deleting items"
  4627. sz_ATC_DisableEdit="Prohibit editing items"
  4628. sz_ATC_NoComponents="Disable all items"
  4629. sz_DB_DragDropClose="Disable adding, dragging, dropping and closing the Taskbar's toolbars"
  4630. sz_DB_Moving="Disable adjusting desktop toolbars"
  4631. sz_DeskBands_Title="Desktop Toolbars Settings"
  4632. sz_Desktop_Title="Desktop Settings"
  4633. sz_DWP_DisableChanges="Disable changing wallpaper"
  4634. sz_DWP_NoHTMLPaper="Allow only bitmapped wallpaper"
  4635. sz_WallPaper_Title="Desktop WallPaper Settings"
  4636. TaskCreation="Disable New Task Creation"
  4637. TaskCreationHelp="Prevents users from creating new tasks.\n\nThis policy removes the Add Scheduled Task item that starts the New Task wizard. Also, the system does not respond when users try to move, paste, or drag programs or documents into the Scheduled Tasks folder.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nImportant: This policy does not prevent administrators of a computer from using At.exe to create new tasks or prevent administrators from submitting tasks from remote computers."
  4638. TaskDeletion="Disable Task Deletion"
  4639. TaskDeletionHelp="Prevents users from deleting tasks from the Scheduled Tasks folder.\n\nThis policy removes the Delete item from the Edit menu in the Scheduled Tasks folder and from the menu that appears when you right-click a task. Also, the system does not respond when users try to cut or drag a task from the Scheduled Tasks folder.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nImportant: This policy does not prevent administrators of a computer from using At.exe to delete tasks."
  4640. TaskScheduler="Task Scheduler"
  4641. TerminalServer="Terminal Server"
  4642. Thread_Priority_Above_Normal="Scheduler priority above normal"
  4643. Thread_Priority_Below_Normal="Scheduler priority below normal"
  4644. Thread_Priority_Normal="Scheduler priority normal"
  4645. ThreadAboveNormal="Above Normal"
  4646. ThreadBelowNormal="Below Normal"
  4647. ThreadHighest="Highest"
  4648. ThreadLowest="Lowest"
  4649. ThreadNormal="Normal"
  4650. TransferRateOp="Connection speed (Kbps):"
  4651. TransferRateTip1="This policy allows you to define what a slow connection is."
  4652. TransferRateTip2="Connections below this speed are considered slow and"
  4653. TransferRateTip3="connections above this speed are considered fast."
  4654. TransferRateTip4="Enter 0 to disable slow link detection."
  4655. TransferRateTip5="For more details, see the Explain tab."
  4656. TransferRateTip6="If the profile server has IP connectivity, the connection"
  4657. TransferRateTip7="speed policy will be used. If the profile server does not"
  4658. TransferRateTip8="have IP connectivity, the SMB timing will be used."
  4659. TransferRateTip9="or"
  4660. TransformsSecure="Cache transforms in secure location on workstation"
  4661. TransformsSecure_Help="Saves copies of transform files in a secure location on the local computer.\n\nTransform files consist of instructions to modify or customize a program during installation. By default, Windows Installer stores transform files in the Application Data directory in the user's profile. When a user reinstalls, removes, or repairs an installation, the transform file is available, even if the user is on a different computer or isn’t connected to the network.\n\nIf you enable this policy, the transform file is saved in a secure location on the user's computer instead of in the user profile. Because Windows Installer requires the transform file in order to repeat an installation in which the transform file was used, the user must be using the same computer or be connected to the original or identical media to reinstall, remove, or repair the installation.\n\nThis policy is designed for enterprises that must take special precautions to prevent unauthorized or malicious editing of transform files."
  4662. UILang1="English"
  4663. UILang2="Japanese"
  4664. UILang3="Korean"
  4665. UILang4="German"
  4666. UILang5="Simplified Chinese"
  4667. UILang6="Traditional Chinese"
  4668. UILang7="French"
  4669. UILang8="Spanish"
  4670. UILang9="Italian"
  4671. UILang10="Swedish"
  4672. UILang11="Dutch"
  4673. UILang12="Brazilian"
  4674. UILang13="Finnish"
  4675. UILang14="Norwegian"
  4676. UILang15="Danish"
  4677. UILang16="Hungarian"
  4678. UILang17="Polish"
  4679. UILang18="Russian"
  4680. UILang19="Czech"
  4681. UILang20="Greek"
  4682. UILang21="Portuguese"
  4683. UILang22="Turkish"
  4684. UILang23="Arabic"
  4685. UILang24="Hebrew"
  4686. UILangSelect="Restrict users to the following language:"
  4687. UserANDMachineT="This policy must be set for the machine and the user to be enforced."
  4688. UserORMachineT="This policy may be set for the machine or for the user."
  4689. UserPolicyMode_Help="Applies alternate user policies when a user logs on to a computer affected by this policy.\n\nThis policy directs the system to apply the set of Group Policy objects for the computer to any user who logs on to a computer affected by this policy. It is intended for special-use computers, such as those in public places, laboratories, and classrooms, where you must modify the user policy based on the computer that is being used.\n\nBy default, the user's Group Policy objects determine which user policies apply. If this policy is enabled, then, when a user logs on to this computer, the computer's Group Policy objects determine which set of Group Policy objects applies.\n\nTo use this policy, select one of the following policy modes from the Mode box:\n\n--   "Replace" indicates that the user policies defined in the computer's Group Policy objects replace the user policies normally applied to the user.\n\n--   "Merge" indicates that the user policies defined in the computer's Group Policy \
  4690. objects and the user policies normally applied to the user are combined. If the policy settings conflict, the user policies in the computer's Group Policy objects take precedence over the user's normal policies.\n\nIf you disable this policy or do not configure it, the user's Group Policy objects determines which user policies apply.\n\nNote: This policy is effective only when both the computer account and the user account are in Windows 2000 domains."
  4691. UserPolicyMode_Merge="Merge"
  4692. UserPolicyMode_Replace="Replace"
  4693. UserPolicyMode="User Group Policy loopback processing mode"
  4694. UserPolicyModeOp="Mode:"
  4695. UserProfiles="Profiles"
  4696. VerboseStatus_Help="Directs the system to display highly detailed status messages.\n\nIf you enable this policy, the system displays status message that reflect each step in the process of starting, shutting down, logging on or logging off the system.\n\nThis policy is designed for sophisticated users that require this information.\n\nNote: This policy is ignored if the "Disable Boot / Shutdown / Logon / Logoff status messages" policy is enabled."
  4697. VerboseStatus="Verbose vs normal status messages"
  4698. VerifyPublishedState_Help="Directs the system to periodically verify that the printers published by this computer still appear in Active Directory. Also, this policy specifies how often the system repeats the verification.\n\nBy default, the system verifies published printers when it starts. This policy provides for periodic verification while the computer is operating.\n\nTo enable this additional verification, enable this policy, and then select a verification interval.\n\nTo disable verification, disable or do not configure this policy, or set the verification interval to "Never."
  4699. VerifyPublishedState_Tip1="Verify that all published printers are in the Active Directory."
  4700. VerifyPublishedState="Check published state"
  4701. VerifyPublishedState12Hours="12 Hours"
  4702. VerifyPublishedState1Day="1 Day"
  4703. VerifyPublishedState1Hour="1 Hour"
  4704. VerifyPublishedState30Minutes="30 Minutes"
  4705. VerifyPublishedState4Hours="4 Hours"
  4706. VerifyPublishedState8Hours="8 Hours"
  4707. VerifyPublishedStateNever="Never"
  4708. VerifyPublishedStateTitle="Published State Check Interval"
  4709. WAB="Windows Address Book"
  4710. Wallpaper="Active Desktop Wallpaper"
  4711. Wallpaper_Help="Specifies the desktop background ("wallpaper") displayed on all users' desktops.\n\nThis policy lets you specify the wallpaper on users' desktops and prevents users from changing the image or its presentation. The wallpaper you specify can be stored in a bitmap (*.bmp), JPEG (*.jpg), or HTML (*.htm, *.html) file.\n\nTo use this policy, type the fully-qualified path and name of the file that stores the wallpaper image. You can type a local path, such as C:\Winnt\Logo.bmp or a UNC path, such as \\Server\Share\Logo.bmp.\n\nIf the specified file is not available when the user logs on, no wallpaper is displayed. Users cannot specify alternate wallpaper.\n\nYou can also use this policy to specify that the wallpaper image be centered, tiled, or stretched. Users cannot change this specification.\n\nIf you disable this policy or do not configure it, no wallpaper is displayed. However, users can select the wallpaper of their choice.\n\nNote: This policy requires that Active Desktop be enabled. By default, Active Desktop is disabled. To use a policy to enable Active Desktop, use the "Enable Active Desktop" policy.\n\nAlso, see the "Allow only bitmapped wallpaper" and the "Disable changing wallpaper" policies."
  4712. WallpaperName="Wallpaper Name:"
  4713. WallpaperStyle="Wallpaper Style:"
  4714. WallpaperStyle_Center="Center"
  4715. WallpaperStyle_Tile="Tile"
  4716. WallpaperStyle_Stretch="Stretch"
  4717. Wallpaper_Tip1="Specifiy location and name"
  4718. Wallpaper_Tip2="Example: Using a local path:    C:\Winnt\Logo.bmp"
  4719. Wallpaper_Tip3="Example: Using a UNC path:     \\Server\Share\Logo.bmp"
  4720. Wallpaper_Tip4=" "
  4721. WarnUser="Notify user when profile storage space is exceeded."
  4722. WarnUserTimeout="Remind user every X minutes:"
  4723. WFP="Windows File Protection"
  4724. WFPDllCacheDir_Help="Specifies an alternate location for the Windows File Protection cache.\n\nTo use the policy, enable the policy, and enter the fully qualified local path to the new location in the "Cache file path" box.\n\nIf you disable this policy or do not configure it, the Windows File Protection cache is located in the %Systemroot%\System32\Dllcache directory.\n\nNote: Do not put the cache on a network shared directory."
  4725. WFPDllCacheDir="Specify Windows File Protection cache location"
  4726. WFPDllCacheDirBox="Cache file path:"
  4727. WFPQuota_Help="Specifies the maximum amount of disk space that can be used for the Windows File Protection file cache.\n\nWindows File Protection adds protected files to the cache until the cache content reaches the quota. If the quota is greater than 50 MB, WFP adds other important Windows 2000 files to the cache until the cache size reaches the quota.\n\nTo use this policy, enable the policy, and enter the maximum amount of disk space to be used (in MB). To indicate that the cache size is unlimited, select "4294967295" as the maximum amount of disk space.\n\nIf you disable this policy or do not configure it, the default value is set to 50 MB on Windows 2000 Professional and is unlimited (4294967295 MB) on Windows 2000 Server."
  4728. WFPQuota="Limit Windows File Protection cache size"
  4729. WFPQuota_Tip1="To indicate that the cache size is not limited, select the"
  4730. WFPQuota_Tip2=" maximum value, 4294967295."
  4731. WFPQuota_Size="Cache size (in MB)"
  4732. WFPScan_Help="Determines when Windows File Protection scans protected files. This policy directs Windows File Protection to enumerate and scan all system files for changes.\n\nYou can use this policy to direct Windows File Protection to scan files more often. By default, files are scanned only during setup.\n\nTo use this policy, enable the policy and select a rate from the "Scanning Frequency" box.\n\n--  "Do not scan during startup," the default, scans files only during setup.\n\n--  "Scan during startup" also scans files each time you start Windows 2000. This setting delays each startup.\n\n--  "Scan once" scans files the next time you start the system.\n\nNote: This policy affects file scanning only. It does not affect the standard background file change detection that Windows File Protection provides."
  4733. WFPScan="Set Windows File Protection scanning"
  4734. WFPScan_NotAtBoot="Do not scan during startup"
  4735. WFPScan_AtBoot="Scan during startup"
  4736. WFPScan_Once="Scan once"
  4737. WFPScanList="Scanning frequency:"
  4738. WFPShowProgress_Help="Hides the file scan progress window.\n\nThis window provides status information to sophisticated users, but might confuse novices.\n\nIf you enable this policy, the file scan window does not appear during file scanning.\n\nIf you disable this policy or do not configure it, the file scan progress window appears."
  4739. WFPShowProgress="Hide the file scan progress window"
  4740. Windows_NT_Diagnostic_Logging="Diagnostic Logging"
  4741. WindowsComponents="Windows Components"
  4742. WindowsExplorer="Windows Explorer"
  4743. WindowsUpdateCat="Windows Update"
  4744. Y2K_Help="Determines how programs interpret two-digit years.\n\nThis policy specifies the largest two-digit year interpreted as being preceded by 20. All numbers less than or equal to the specified value are interpreted as being preceded by 20. All numbers greater than the specified value are interpreted as being preceded by 19.\n\nFor example, the default value, 2029, specifies that all two-digit years less than or equal to 29 (00 to 29) are interpreted as being preceded by 20, that is 2000 to 2029. Conversely, all two-digit years greater than 29 (30 to 99) are interpreted as being preceded by 19, that is, 1930 to 1999.\n\nThis policy only affects the programs that use this Windows feature to interpret two-digit years. If a program does not interpret two-digit years correctly, consult the documentation or manufacturer of the program."
  4745. Y2K="Century interpretation for Year 2000" 
  4746. Y2KSysCtrl="Specify the maximum year for which two-digit years are interpreted as being 21st century:"
  4747. Y2KYear="Year "
  4748. ;End of Strings
  4749.